Uses of Class
com.azure.resourcemanager.appplatform.models.KeyVaultCertificateProperties
Packages that use KeyVaultCertificateProperties
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of KeyVaultCertificateProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return KeyVaultCertificatePropertiesModifier and TypeMethodDescriptionKeyVaultCertificateProperties.withAutoSync(KeyVaultCertificateAutoSync autoSync) Set the autoSync property: Indicates whether to automatically synchronize certificate from key vault or not.KeyVaultCertificateProperties.withCertVersion(String certVersion) Set the certVersion property: The certificate version of key vault.KeyVaultCertificateProperties.withExcludePrivateKey(Boolean excludePrivateKey) Set the excludePrivateKey property: Optional.KeyVaultCertificateProperties.withKeyVaultCertName(String keyVaultCertName) Set the keyVaultCertName property: The certificate name of key vault.KeyVaultCertificateProperties.withVaultUri(String vaultUri) Set the vaultUri property: The vault uri of user key vault.