Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySslProfile
Packages that use ApplicationGatewaySslProfile
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewaySslProfileModifier and TypeMethodDescriptionApplicationGatewayInner.sslProfiles()Get the sslProfiles property: SSL profiles of the application gateway resource.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 ApplicationGatewaySslProfileModifier and TypeMethodDescriptionApplicationGatewayInner.withSslProfiles(List<ApplicationGatewaySslProfile> sslProfiles) Set the sslProfiles property: SSL profiles of the application gateway resource.ApplicationGatewayPropertiesFormat.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 ApplicationGatewaySslProfileModifier and TypeMethodDescriptionstatic ApplicationGatewaySslProfileApplicationGatewaySslProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySslProfile from the JsonReader.ApplicationGatewaySslProfile.withClientAuthConfiguration(ApplicationGatewayClientAuthConfiguration clientAuthConfiguration) Set the clientAuthConfiguration property: Client authentication configuration of the application gateway resource.Set the name property: Name of the SSL profile that is unique within an Application Gateway.ApplicationGatewaySslProfile.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslProfile.withTrustedClientCertificates(List<com.azure.core.management.SubResource> trustedClientCertificates) Set the trustedClientCertificates property: Array of references to application gateway trusted client certificates.