Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslCertificateInner
Packages that use ApplicationGatewaySslCertificateInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySslCertificateInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslCertificateInnerModifier and TypeMethodDescriptionApplicationGatewaySslCertificateInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySslCertificateInner from the JsonReader.Set the data property: Base-64 encoded pfx certificate.ApplicationGatewaySslCertificateInner.withKeyVaultSecretId(String keyVaultSecretId) Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.Set the name property: Name of the SSL certificate that is unique within an Application Gateway.ApplicationGatewaySslCertificateInner.withPassword(String password) Set the password property: Password for the pfx file specified in data.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewaySslCertificateInnerModifier and TypeMethodDescriptionApplicationGatewayInner.sslCertificates()Get the sslCertificates property: SSL certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.sslCertificates()Get the sslCertificates property: SSL certificates of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewaySslCertificateInnerModifier and TypeMethodDescriptionApplicationGatewayInner.withSslCertificates(List<ApplicationGatewaySslCertificateInner> sslCertificates) Set the sslCertificates property: SSL certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.withSslCertificates(List<ApplicationGatewaySslCertificateInner> sslCertificates) Set the sslCertificates property: SSL certificates of the application gateway resource.