Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.CertificateContractProperties
Packages that use CertificateContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of CertificateContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return CertificateContractPropertiesModifier and TypeMethodDescriptionCertificateContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateContractProperties from the JsonReader.CertificateContractProperties.withExpirationDate(OffsetDateTime expirationDate) Set the expirationDate property: Expiration date of the certificate.CertificateContractProperties.withKeyVault(KeyVaultContractProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.CertificateContractProperties.withSubject(String subject) Set the subject property: Subject attribute of the certificate.CertificateContractProperties.withThumbprint(String thumbprint) Set the thumbprint property: Thumbprint of the certificate.