Uses of Class
com.azure.resourcemanager.appcontainers.models.CertificateProperties
Packages that use CertificateProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of CertificateProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return CertificatePropertiesModifier and TypeMethodDescriptionCertificateInner.properties()
Get the properties property: Certificate resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type CertificatePropertiesModifier and TypeMethodDescriptionCertificateInner.withProperties
(CertificateProperties properties) Set the properties property: Certificate resource specific properties. -
Uses of CertificateProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CertificatePropertiesModifier and TypeMethodDescriptionstatic CertificateProperties
CertificateProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateProperties from the JsonReader.Certificate.properties()
Gets the properties property: Certificate resource specific properties.CertificateProperties.withCertificateKeyVaultProperties
(CertificateKeyVaultProperties certificateKeyVaultProperties) Set the certificateKeyVaultProperties property: Properties for a certificate stored in a Key Vault.CertificateProperties.withPassword
(String password) Set the password property: Certificate password.CertificateProperties.withValue
(byte[] value) Set the value property: PFX or PEM blob.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CertificatePropertiesModifier and TypeMethodDescriptionCertificate.DefinitionStages.WithProperties.withProperties
(CertificateProperties properties) Specifies the properties property: Certificate resource specific properties.