Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceVaultSecretGroup
-
Packages that use CloudServiceVaultSecretGroup Package Description com.azure.resourcemanager.compute.models 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 CloudServiceVaultSecretGroup Modifier and Type Method Description CloudServiceVaultSecretGroupCloudServiceVaultSecretGroup. 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.CloudServiceVaultSecretGroupCloudServiceVaultSecretGroup. 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 CloudServiceVaultSecretGroup Modifier and Type Method Description List<CloudServiceVaultSecretGroup>CloudServiceOsProfile. 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 CloudServiceVaultSecretGroup Modifier and Type Method Description CloudServiceOsProfileCloudServiceOsProfile. withSecrets(List<CloudServiceVaultSecretGroup> secrets)Set the secrets property: Specifies set of certificates that should be installed onto the role instances.
-