Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslCertificatePropertiesFormat
-
Packages that use ApplicationGatewaySslCertificatePropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models 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 ApplicationGatewaySslCertificatePropertiesFormat Modifier and Type Method Description ApplicationGatewaySslCertificatePropertiesFormatApplicationGatewaySslCertificatePropertiesFormat. withData(String data)Set the data property: Base-64 encoded pfx certificate.ApplicationGatewaySslCertificatePropertiesFormatApplicationGatewaySslCertificatePropertiesFormat. withKeyVaultSecretId(String keyVaultSecretId)Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.ApplicationGatewaySslCertificatePropertiesFormatApplicationGatewaySslCertificatePropertiesFormat. withPassword(String password)Set the password property: Password for the pfx file specified in data.
-