Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceOsProfile
-
Packages that use CloudServiceOsProfile Package Description com.azure.resourcemanager.compute.models 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 CloudServiceOsProfile Modifier and Type Method Description CloudServiceOsProfileCloudServiceProperties. osProfile()Get the osProfile property: Describes the OS profile for the cloud service.CloudServiceOsProfileCloudServiceOsProfile. 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 CloudServiceOsProfile Modifier and Type Method Description CloudServicePropertiesCloudServiceProperties. withOsProfile(CloudServiceOsProfile osProfile)Set the osProfile property: Describes the OS profile for the cloud service.
-