Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceOsProfile
Packages that use CloudServiceOsProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceOsProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceOsProfileModifier and TypeMethodDescriptionstatic CloudServiceOsProfileCloudServiceOsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceOsProfile from the JsonReader.CloudServiceProperties.osProfile()Get the osProfile property: Describes the OS profile for the cloud service.CloudServiceOsProfile.withSecrets(List<CloudServiceVaultSecretGroup> secrets) Set the secrets property: Specifies set of certificates that should be installed onto the role instances.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceOsProfileModifier and TypeMethodDescriptionCloudServiceProperties.withOsProfile(CloudServiceOsProfile osProfile) Set the osProfile property: Describes the OS profile for the cloud service.