Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceRoleProfileProperties
Packages that use CloudServiceRoleProfileProperties
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceRoleProfileProperties in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CloudServiceRoleProfilePropertiesModifier and TypeClassDescriptionfinal classDescribes the role properties.Methods in com.azure.resourcemanager.compute.models that return CloudServiceRoleProfilePropertiesModifier and TypeMethodDescriptionCloudServiceRoleProfileProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceRoleProfileProperties from the JsonReader.Set the name property: Resource name.CloudServiceRoleProfileProperties.withSku(CloudServiceRoleSku sku) Set the sku property: Describes the cloud service role sku.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceRoleProfilePropertiesModifier and TypeMethodDescriptionCloudServiceRoleProfile.roles()Get the roles property: List of roles for the cloud service.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CloudServiceRoleProfilePropertiesModifier and TypeMethodDescriptionCloudServiceRoleProfile.withRoles(List<CloudServiceRoleProfileProperties> roles) Set the roles property: List of roles for the cloud service.