Uses of Class
com.azure.resourcemanager.appservice.models.CertificateDetails
Packages that use CertificateDetails
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CertificateDetails in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateDetailsModifier and TypeMethodDescriptionAppServiceCertificateOrderInner.intermediate()
Get the intermediate property: Intermediate certificate.AppServiceCertificateOrderPatchResourceProperties.intermediate()
Get the intermediate property: Intermediate certificate.AppServiceCertificateOrderProperties.intermediate()
Get the intermediate property: Intermediate certificate.AppServiceCertificateOrderInner.root()
Get the root property: Root certificate.AppServiceCertificateOrderPatchResourceProperties.root()
Get the root property: Root certificate.AppServiceCertificateOrderProperties.root()
Get the root property: Root certificate.AppServiceCertificateOrderInner.signedCertificate()
Get the signedCertificate property: Signed certificate.AppServiceCertificateOrderPatchResourceProperties.signedCertificate()
Get the signedCertificate property: Signed certificate.AppServiceCertificateOrderProperties.signedCertificate()
Get the signedCertificate property: Signed certificate. -
Uses of CertificateDetails in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CertificateDetailsModifier and TypeMethodDescriptionstatic CertificateDetails
CertificateDetails.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateDetails from the JsonReader.AppServiceCertificateOrder.intermediate()
Gets the intermediate certificate.AppServiceCertificateOrderPatchResource.intermediate()
Get the intermediate property: Intermediate certificate.AppServiceCertificateOrder.root()
Gets the root certificate.AppServiceCertificateOrderPatchResource.root()
Get the root property: Root certificate.AppServiceCertificateOrder.signedCertificate()
Gets the signed certificate.AppServiceCertificateOrderPatchResource.signedCertificate()
Get the signedCertificate property: Signed certificate.