DataBoxEdgeStorageAccountSslStatus Struct

Definition

Signifies whether SSL needs to be enabled or not.

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

Constructors

DataBoxEdgeStorageAccountSslStatus(String)

Initializes a new instance of DataBoxEdgeStorageAccountSslStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DataBoxEdgeStorageAccountSslStatus)

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

Determines if two DataBoxEdgeStorageAccountSslStatus values are the same.

Implicit(String to DataBoxEdgeStorageAccountSslStatus)

Converts a string to a DataBoxEdgeStorageAccountSslStatus.

Inequality(DataBoxEdgeStorageAccountSslStatus, DataBoxEdgeStorageAccountSslStatus)

Determines if two DataBoxEdgeStorageAccountSslStatus values are not the same.

Applies to