Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayTrustedRootCertificatePropertiesFormat
-
Packages that use ApplicationGatewayTrustedRootCertificatePropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayTrustedRootCertificatePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayTrustedRootCertificatePropertiesFormat Modifier and Type Method Description ApplicationGatewayTrustedRootCertificatePropertiesFormatApplicationGatewayTrustedRootCertificatePropertiesFormat. withData(String data)Set the data property: Certificate public data.ApplicationGatewayTrustedRootCertificatePropertiesFormatApplicationGatewayTrustedRootCertificatePropertiesFormat. withKeyVaultSecretId(String keyVaultSecretId)Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
-