Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceRoleSku
-
Packages that use CloudServiceRoleSku Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of CloudServiceRoleSku in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CloudServiceRoleSku Modifier and Type Method Description CloudServiceRoleSkuCloudServiceRoleInner. sku()Get the sku property: Describes the cloud service role sku.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CloudServiceRoleSku Modifier and Type Method Description CloudServiceRoleInnerCloudServiceRoleInner. withSku(CloudServiceRoleSku sku)Set the sku property: Describes the cloud service role sku. -
Uses of CloudServiceRoleSku in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceRoleSku Modifier and Type Method Description CloudServiceRoleSkuCloudServiceRoleProfileProperties. sku()Get the sku property: Describes the cloud service role sku.CloudServiceRoleSkuCloudServiceRoleSku. withCapacity(Long capacity)Set the capacity property: Specifies the number of role instances in the cloud service.CloudServiceRoleSkuCloudServiceRoleSku. withName(String name)Set the name property: The sku name.CloudServiceRoleSkuCloudServiceRoleSku. withTier(String tier)Set the tier property: Specifies the tier of the cloud service.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceRoleSku Modifier and Type Method Description CloudServiceRoleProfilePropertiesCloudServiceRoleProfileProperties. withSku(CloudServiceRoleSku sku)Set the sku property: Describes the cloud service role sku.
-