Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceVaultSecretGroup
Packages that use CloudServiceVaultSecretGroup
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceVaultSecretGroup in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceVaultSecretGroupModifier and TypeMethodDescriptionCloudServiceVaultSecretGroup.withSourceVault(com.azure.core.management.SubResource sourceVault) Set the sourceVault property: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.CloudServiceVaultSecretGroup.withVaultCertificates(List<CloudServiceVaultCertificate> vaultCertificates) Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceVaultSecretGroupModifier and TypeMethodDescriptionCloudServiceOsProfile.secrets()Get the secrets property: Specifies set of certificates that should be installed onto the role instances.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CloudServiceVaultSecretGroupModifier and TypeMethodDescriptionCloudServiceOsProfile.withSecrets(List<CloudServiceVaultSecretGroup> secrets) Set the secrets property: Specifies set of certificates that should be installed onto the role instances.