Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceRoleProfileProperties
-
Packages that use CloudServiceRoleProfileProperties Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of CloudServiceRoleProfileProperties in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceRoleProfileProperties Modifier and Type Method Description CloudServiceRoleProfilePropertiesCloudServiceRoleProfileProperties. withName(String name)Set the name property: Resource name.CloudServiceRoleProfilePropertiesCloudServiceRoleProfileProperties. 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 CloudServiceRoleProfileProperties Modifier and Type Method Description List<CloudServiceRoleProfileProperties>CloudServiceRoleProfile. 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 CloudServiceRoleProfileProperties Modifier and Type Method Description CloudServiceRoleProfileCloudServiceRoleProfile. withRoles(List<CloudServiceRoleProfileProperties> roles)Set the roles property: List of roles for the cloud service.
-