Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayClientRevocationOptions
Packages that use ApplicationGatewayClientRevocationOptions
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayClientRevocationOptions in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayClientRevocationOptionsModifier and TypeFieldDescriptionstatic final ApplicationGatewayClientRevocationOptionsApplicationGatewayClientRevocationOptions.NONEStatic value None for ApplicationGatewayClientRevocationOptions.static final ApplicationGatewayClientRevocationOptionsApplicationGatewayClientRevocationOptions.OCSPStatic value OCSP for ApplicationGatewayClientRevocationOptions.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayClientRevocationOptionsModifier and TypeMethodDescriptionApplicationGatewayClientRevocationOptions.fromString(String name) Creates or finds a ApplicationGatewayClientRevocationOptions from its string representation.ApplicationGatewayClientAuthConfiguration.verifyClientRevocation()Get the verifyClientRevocation property: Verify client certificate revocation status.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayClientRevocationOptionsModifier and TypeMethodDescriptionApplicationGatewayClientRevocationOptions.values()Gets known ApplicationGatewayClientRevocationOptions values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayClientRevocationOptionsModifier and TypeMethodDescriptionApplicationGatewayClientAuthConfiguration.withVerifyClientRevocation(ApplicationGatewayClientRevocationOptions verifyClientRevocation) Set the verifyClientRevocation property: Verify client certificate revocation status.