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

Name Description
EnableSslVerification(String)

Initializes a new instance of EnableSslVerification.

Properties

Name Description
False

The ssl verification is not enabled.

True

The ssl verification is enabled.

Methods

Name Description
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

Name Description
Equality(EnableSslVerification, EnableSslVerification)

Determines if two EnableSslVerification values are the same.

Implicit(String to EnableSslVerification)

Converts a string to a EnableSslVerification.

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

Determines if two EnableSslVerification values are not the same.

Applies to