Uses of Class
com.azure.resourcemanager.appcontainers.models.ManagedCertificateProperties
Packages that use ManagedCertificateProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ManagedCertificateProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ManagedCertificatePropertiesModifier and TypeMethodDescriptionManagedCertificateInner.properties()Get the properties property: Certificate resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type ManagedCertificatePropertiesModifier and TypeMethodDescriptionManagedCertificateInner.withProperties(ManagedCertificateProperties properties) Set the properties property: Certificate resource specific properties. -
Uses of ManagedCertificateProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ManagedCertificatePropertiesModifier and TypeMethodDescriptionstatic ManagedCertificatePropertiesManagedCertificateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedCertificateProperties from the JsonReader.ManagedCertificate.properties()Gets the properties property: Certificate resource specific properties.ManagedCertificateProperties.withDomainControlValidation(ManagedCertificateDomainControlValidation domainControlValidation) Set the domainControlValidation property: Selected type of domain control validation for managed certificates.ManagedCertificateProperties.withSubjectName(String subjectName) Set the subjectName property: Subject name of the certificate.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ManagedCertificatePropertiesModifier and TypeMethodDescriptionManagedCertificate.DefinitionStages.WithProperties.withProperties(ManagedCertificateProperties properties) Specifies the properties property: Certificate resource specific properties.