| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewaySslProfile |
ApplicationGatewaySslProfile.withClientAuthConfiguration(ApplicationGatewayClientAuthConfiguration clientAuthConfiguration)
Set the clientAuthConfiguration property: Client authentication configuration of the application gateway
resource.
|
ApplicationGatewaySslProfile |
ApplicationGatewaySslProfile.withId(String id) |
ApplicationGatewaySslProfile |
ApplicationGatewaySslProfile.withName(String name)
Set the name property: Name of the SSL profile that is unique within an Application Gateway.
|
ApplicationGatewaySslProfile |
ApplicationGatewaySslProfile.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy)
Set the sslPolicy property: SSL policy of the application gateway resource.
|
ApplicationGatewaySslProfile |
ApplicationGatewaySslProfile.withTrustedClientCertificates(List<com.azure.core.management.SubResource> trustedClientCertificates)
Set the trustedClientCertificates property: Array of references to application gateway trusted client
certificates.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.