Freigeben über


LargeFileSharesState Struct

Definition

Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.

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

Constructors

Name Description
LargeFileSharesState(String)

Initializes a new instance of LargeFileSharesState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(LargeFileSharesState)

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

Determines if two LargeFileSharesState values are the same.

Implicit(String to LargeFileSharesState)

Converts a String to a LargeFileSharesState.

Inequality(LargeFileSharesState, LargeFileSharesState)

Determines if two LargeFileSharesState values are not the same.

Applies to