Uses of Class
com.azure.resourcemanager.appcontainers.models.CertificateProperties
-
Packages that use CertificateProperties Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 CertificateProperties Modifier and Type Method Description CertificateProperties
CertificateInner. properties()
Get the properties property: Certificate resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type CertificateProperties Modifier and Type Method Description CertificateInner
CertificateInner. 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 CertificateProperties Modifier and Type Method Description CertificateProperties
Certificate. properties()
Gets the properties property: Certificate resource specific properties.CertificateProperties
CertificateProperties. withPassword(String password)
Set the password property: Certificate password.CertificateProperties
CertificateProperties. withValue(byte[] value)
Set the value property: PFX or PEM blob.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CertificateProperties Modifier and Type Method Description Certificate.DefinitionStages.WithCreate
Certificate.DefinitionStages.WithProperties. withProperties(CertificateProperties properties)
Specifies the properties property: Certificate resource specific properties.
-