Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.CertificateCreateOrUpdateProperties
Packages that use CertificateCreateOrUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of CertificateCreateOrUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return CertificateCreateOrUpdatePropertiesModifier and TypeMethodDescriptionCertificateCreateOrUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateCreateOrUpdateProperties from the JsonReader.Set the data property: Base 64 encoded certificate using the application/x-pkcs12 representation.CertificateCreateOrUpdateProperties.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.CertificateCreateOrUpdateProperties.withPassword(String password) Set the password property: Password for the Certificate.