Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslCertificateInner
-
Packages that use ApplicationGatewaySslCertificateInner Package Description com.azure.resourcemanager.network.fluent.models 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 ApplicationGatewaySslCertificateInner Modifier and Type Method Description ApplicationGatewaySslCertificateInnerApplicationGatewaySslCertificateInner. withData(String data)Set the data property: Base-64 encoded pfx certificate.ApplicationGatewaySslCertificateInnerApplicationGatewaySslCertificateInner. withId(String id)ApplicationGatewaySslCertificateInnerApplicationGatewaySslCertificateInner. withKeyVaultSecretId(String keyVaultSecretId)Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.ApplicationGatewaySslCertificateInnerApplicationGatewaySslCertificateInner. withName(String name)Set the name property: Name of the SSL certificate that is unique within an Application Gateway.ApplicationGatewaySslCertificateInnerApplicationGatewaySslCertificateInner. 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 ApplicationGatewaySslCertificateInner Modifier and Type Method Description List<ApplicationGatewaySslCertificateInner>ApplicationGatewayInner. sslCertificates()Get the sslCertificates property: SSL certificates of the application gateway resource.List<ApplicationGatewaySslCertificateInner>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 ApplicationGatewaySslCertificateInner Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withSslCertificates(List<ApplicationGatewaySslCertificateInner> sslCertificates)Set the sslCertificates property: SSL certificates of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withSslCertificates(List<ApplicationGatewaySslCertificateInner> sslCertificates)Set the sslCertificates property: SSL certificates of the application gateway resource.
-