Condividi tramite


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

Name Description
DataBoxEdgeStorageAccountSslStatus(String)

Initializes a new instance of DataBoxEdgeStorageAccountSslStatus.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

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

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