Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceVaultCertificate
-
Packages that use CloudServiceVaultCertificate Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of CloudServiceVaultCertificate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceVaultCertificate Modifier and Type Method Description CloudServiceVaultCertificateCloudServiceVaultCertificate. withCertificateUrl(String certificateUrl)Set the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a secret.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceVaultCertificate Modifier and Type Method Description List<CloudServiceVaultCertificate>CloudServiceVaultSecretGroup. vaultCertificates()Get the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CloudServiceVaultCertificate Modifier and Type Method Description CloudServiceVaultSecretGroupCloudServiceVaultSecretGroup. withVaultCertificates(List<CloudServiceVaultCertificate> vaultCertificates)Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.
-