Uses of Class
com.azure.resourcemanager.appcontainers.models.CertificateKeyVaultProperties
Packages that use CertificateKeyVaultProperties
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of CertificateKeyVaultProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CertificateKeyVaultPropertiesModifier and TypeMethodDescriptionCertificateProperties.certificateKeyVaultProperties()
Get the certificateKeyVaultProperties property: Properties for a certificate stored in a Key Vault.CustomDomainConfiguration.certificateKeyVaultProperties()
Get the certificateKeyVaultProperties property: Certificate stored in Azure Key Vault.CertificateKeyVaultProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateKeyVaultProperties from the JsonReader.CertificateKeyVaultProperties.withIdentity
(String identity) Set the identity property: Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.CertificateKeyVaultProperties.withKeyVaultUrl
(String keyVaultUrl) Set the keyVaultUrl property: URL pointing to the Azure Key Vault secret that holds the certificate.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CertificateKeyVaultPropertiesModifier and TypeMethodDescriptionCertificateProperties.withCertificateKeyVaultProperties
(CertificateKeyVaultProperties certificateKeyVaultProperties) Set the certificateKeyVaultProperties property: Properties for a certificate stored in a Key Vault.CustomDomainConfiguration.withCertificateKeyVaultProperties
(CertificateKeyVaultProperties certificateKeyVaultProperties) Set the certificateKeyVaultProperties property: Certificate stored in Azure Key Vault.