ApplicationGatewayClientRevocationOption Struct

Definition

Compatibility declaration for the ApplicationGatewayClientRevocationOption type.

public readonly struct ApplicationGatewayClientRevocationOption : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption>
type ApplicationGatewayClientRevocationOption = struct
Public Structure ApplicationGatewayClientRevocationOption
Implements IEquatable(Of ApplicationGatewayClientRevocationOption)
Inheritance
ApplicationGatewayClientRevocationOption
Implements

Constructors

Name Description
ApplicationGatewayClientRevocationOption(String)

Initializes a new instance of ApplicationGatewayClientRevocationOption.

Properties

Name Description
None

None.

Ocsp

Gets or sets the Ocsp compatibility property.

OCSP

OCSP.

Methods

Name Description
Equals(ApplicationGatewayClientRevocationOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ApplicationGatewayClientRevocationOption, ApplicationGatewayClientRevocationOption)

Determines if two ApplicationGatewayClientRevocationOption values are the same.

Implicit(String to ApplicationGatewayClientRevocationOption)

Converts a string to a ApplicationGatewayClientRevocationOption.

Implicit(String to Nullable<ApplicationGatewayClientRevocationOption>)
Inequality(ApplicationGatewayClientRevocationOption, ApplicationGatewayClientRevocationOption)

Determines if two ApplicationGatewayClientRevocationOption values are not the same.

Applies to