How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Microsoft Azure CloudServices API

The CloudServices API from Microsoft Azure — 10 operation(s) for cloudservices.

Microsoft Azure CloudServices API is one of 1667 APIs that Microsoft Azure publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cloud Services. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, pricing, a JSON-LD context, and a getting-started guide.

This API exposes 13 operations across 10 paths, and defines 26 schemas. It is described by OpenAPI 3.2.0, at version 2020-08-01-preview.

13 operations 10 paths 26 schemas 1 DELETE4 GET1 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2020-08-01-preview
Resource Areas
1

Paths & Operations 13

Across 10 paths, the API surfaces 13 operations — 1 DELETE, 4 GET, 1 PATCH, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

CloudServices 13
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename
microsoftAzureCloudservicesCreateorupdate 4 params body → 200201default
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename
microsoftAzureCloudservicesUpdate 4 params body → 200default
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename
microsoftAzureCloudservicesDelete 4 params → 200202204default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename
microsoftAzureCloudservicesGet 4 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/instanceView
Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Instanceview
microsoftAzureCloudservicesGetinstanceview 4 params → 200default
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Compute/cloudServices
Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Cloudservices
microsoftAzureCloudservicesListall 2 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices
Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices
microsoftAzureCloudservicesList 3 params → 200default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/start
Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Start
microsoftAzureCloudservicesStart 4 params → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/poweroff
Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Poweroff
microsoftAzureCloudservicesPoweroff 4 params → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/restart
Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Restart
microsoftAzureCloudservicesRestart 4 params body → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/reimage
Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Reimage
microsoftAzureCloudservicesReimage 4 params body → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/rebuild
Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Rebuild
microsoftAzureCloudservicesRebuild 4 params body → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/delete
Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Cloudservices Cloudservicename Delete
microsoftAzureCloudservicesDeleteinstances 4 params body → 200202default

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. The most detailed are CloudServiceProperties (12 properties), CloudServiceExtensionProperties (10 properties), CloudService (7 properties), ResourceInstanceViewStatus (5 properties). Each schema is shown below with its type and property counts.

ResourceInstanceViewStatus
object
Instance view status.
5 properties
LoadBalancerConfiguration
object
Describes the load balancer configuration.
3 properties 2 required
CloudServiceUpgradeMode
string
Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each updat…
CloudServiceNetworkProfile
object
Network Profile for the cloud service.
3 properties
CloudServiceExtensionProperties
object
Extension Properties.
10 properties
Extension
object
Describes a cloud service Extension.
2 properties
CloudServiceRoleProfileProperties
object
Describes the role properties.
2 properties
InstanceViewStatusesSummary
object
Instance view statuses.
1 property
CloudServiceExtensionProfile
object
Describes a cloud service extension profile.
1 property
CloudServiceVaultSecretGroup
object
Describes a set of certificates which are all in the same Key Vault.
2 properties
CloudServiceSlotType
string
Slot type for the cloud service. Possible values are Production Staging If not specified, the default value is Production.
RoleInstances
object
Specifies a list of role instances from the cloud service.
1 property 1 required
LoadBalancerFrontendIPConfigurationProperties
object
Describes a cloud service IP Configuration
3 properties
CloudService
object
Describes the cloud service.
7 properties 1 required
CloudServiceInstanceView
object
InstanceView of CloudService as a whole
4 properties
CloudServiceUpdate
object
1 property
CloudServiceVaultCertificate
object
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
1 property
StatusCodeCount
object
The status code and count of the cloud service instance view statuses
2 properties
CloudServiceVaultAndSecretReference
object
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
2 properties
LoadBalancerFrontendIPConfiguration
object
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one…
2 properties 2 required
CloudServiceOsProfile
object
Describes the OS profile for the cloud service.
1 property
CloudServiceRoleProfile
object
Describes the role profile for the cloud service.
1 property
LoadBalancerConfigurationProperties
object
Describes the properties of the load balancer configuration.
1 property 1 required
CloudServiceProperties
object
Cloud service properties
12 properties
CloudServiceListResult
object
The list operation result.
2 properties 1 required
CloudServiceRoleSku
object
Describes the cloud service role sku.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

microsoft-azure-cloudservices-api-openapi.yml Raw ↑

Other APIs Microsoft Azure publishes across the network.

Microsoft Azure AI Search API
Microsoft Azure Communication Services API
Microsoft Azure Event Grid API
Microsoft Azure Functions API
Microsoft Azure DevOps REST API
Microsoft Azure AI Foundry API
Microsoft Azure Resource JSON Schema
Microsoft Azure JSON-LD Context
Microsoft Azure AccessConnector API
Microsoft Azure AccessControlRecords API
Microsoft Azure AccessPolicies API
Microsoft Azure AccessReviewInstanceAcceptRecommmendations API
Where this information came from

This is an independent, third-party profile of Microsoft Azure CloudServices API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.