Skip to main content

cloud_service_roles

Overview

Namecloud_service_roles
TypeResource
Idazure.compute.cloud_service_roles

Fields

NameDatatypeDescription
idstringResource id
namestringResource name
locationstringResource location
propertiesobjectThe cloud service role properties.
skuobjectDescribes the cloud service role sku.
typestringResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTcloudServiceName, resourceGroupName, roleName, subscriptionIdGets a role from a cloud service.
listSELECTcloudServiceName, resourceGroupName, subscriptionIdGets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles.
_listEXECcloudServiceName, resourceGroupName, subscriptionIdGets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles.