Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceRoleProfile
-
Packages that use CloudServiceRoleProfile Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of CloudServiceRoleProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceRoleProfile Modifier and Type Method Description CloudServiceRoleProfileCloudServiceProperties. roleProfile()Get the roleProfile property: Describes the role profile for the cloud service.CloudServiceRoleProfileCloudServiceRoleProfile. withRoles(List<CloudServiceRoleProfileProperties> roles)Set the roles property: List of roles for the cloud service.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceRoleProfile Modifier and Type Method Description CloudServicePropertiesCloudServiceProperties. withRoleProfile(CloudServiceRoleProfile roleProfile)Set the roleProfile property: Describes the role profile for the cloud service.
-