Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceRoleProfile
Packages that use CloudServiceRoleProfile
Package
Description
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 CloudServiceRoleProfileModifier and TypeMethodDescriptionstatic CloudServiceRoleProfileCloudServiceRoleProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceRoleProfile from the JsonReader.CloudServiceProperties.roleProfile()Get the roleProfile property: Describes the role profile for the cloud service.CloudServiceRoleProfile.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 CloudServiceRoleProfileModifier and TypeMethodDescriptionCloudServiceProperties.withRoleProfile(CloudServiceRoleProfile roleProfile) Set the roleProfile property: Describes the role profile for the cloud service.