Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySslProfile
-
Packages that use ApplicationGatewaySslProfile Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewaySslProfile in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewaySslProfile Modifier and Type Method Description List<ApplicationGatewaySslProfile>ApplicationGatewayInner. sslProfiles()Get the sslProfiles property: SSL profiles of the application gateway resource.List<ApplicationGatewaySslProfile>ApplicationGatewayPropertiesFormat. sslProfiles()Get the sslProfiles property: SSL profiles of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewaySslProfile Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withSslProfiles(List<ApplicationGatewaySslProfile> sslProfiles)Set the sslProfiles property: SSL profiles of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withSslProfiles(List<ApplicationGatewaySslProfile> sslProfiles)Set the sslProfiles property: SSL profiles of the application gateway resource. -
Uses of ApplicationGatewaySslProfile in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySslProfile Modifier and Type Method Description ApplicationGatewaySslProfileApplicationGatewaySslProfile. withClientAuthConfiguration(ApplicationGatewayClientAuthConfiguration clientAuthConfiguration)Set the clientAuthConfiguration property: Client authentication configuration of the application gateway resource.ApplicationGatewaySslProfileApplicationGatewaySslProfile. withId(String id)ApplicationGatewaySslProfileApplicationGatewaySslProfile. withName(String name)Set the name property: Name of the SSL profile that is unique within an Application Gateway.ApplicationGatewaySslProfileApplicationGatewaySslProfile. withSslPolicy(ApplicationGatewaySslPolicy sslPolicy)Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslProfileApplicationGatewaySslProfile. withTrustedClientCertificates(List<com.azure.core.management.SubResource> trustedClientCertificates)Set the trustedClientCertificates property: Array of references to application gateway trusted client certificates.
-