Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslCertificatePropertiesFormat
Packages that use ApplicationGatewaySslCertificatePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySslCertificatePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslCertificatePropertiesFormatModifier and TypeMethodDescriptionApplicationGatewaySslCertificatePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySslCertificatePropertiesFormat from the JsonReader.Set the data property: Base-64 encoded pfx certificate.ApplicationGatewaySslCertificatePropertiesFormat.withKeyVaultSecretId(String keyVaultSecretId) Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.ApplicationGatewaySslCertificatePropertiesFormat.withPassword(String password) Set the password property: Password for the pfx file specified in data.