Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceRoleSku
Packages that use CloudServiceRoleSku
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 CloudServiceRoleSkuModifier and TypeMethodDescriptionCloudServiceRoleInner.sku()Get the sku property: Describes the cloud service role sku.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CloudServiceRoleSkuModifier and TypeMethodDescriptionCloudServiceRoleInner.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 CloudServiceRoleSkuModifier and TypeMethodDescriptionstatic CloudServiceRoleSkuCloudServiceRoleSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceRoleSku from the JsonReader.CloudServiceRoleProfileProperties.sku()Get the sku property: Describes the cloud service role sku.CloudServiceRoleSku.withCapacity(Long capacity) Set the capacity property: Specifies the number of role instances in the cloud service.Set the name property: The sku name.Set the tier property: Specifies the tier of the cloud service.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceRoleSkuModifier and TypeMethodDescriptionCloudServiceRoleProfileProperties.withSku(CloudServiceRoleSku sku) Set the sku property: Describes the cloud service role sku.