EnableSslVerification Struct

Definition

whether to enable ssl verification.

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

Constructors

EnableSslVerification(String)

Initializes a new instance of EnableSslVerification.

Properties

False

The ssl verification is not enabled.

True

The ssl verification is enabled.

Methods

Equals(EnableSslVerification)

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(EnableSslVerification, EnableSslVerification)

Determines if two EnableSslVerification values are the same.

Implicit(String to EnableSslVerification)

Converts a string to a EnableSslVerification.

Inequality(EnableSslVerification, EnableSslVerification)

Determines if two EnableSslVerification values are not the same.

Applies to