Share via


ApplicationGatewaySslPolicyType Struct

Definition

Type of Ssl Policy.

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

Constructors

ApplicationGatewaySslPolicyType(String)

Initializes a new instance of ApplicationGatewaySslPolicyType.

Properties

Custom

Custom.

CustomV2

CustomV2.

Predefined

Predefined.

Methods

Equals(ApplicationGatewaySslPolicyType)

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

Equality(ApplicationGatewaySslPolicyType, ApplicationGatewaySslPolicyType)

Determines if two ApplicationGatewaySslPolicyType values are the same.

Implicit(String to ApplicationGatewaySslPolicyType)

Converts a string to a ApplicationGatewaySslPolicyType.

Inequality(ApplicationGatewaySslPolicyType, ApplicationGatewaySslPolicyType)

Determines if two ApplicationGatewaySslPolicyType values are not the same.

Applies to