Freigeben über


LargeFileSharesState Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesStateTypeConverter))]
public struct LargeFileSharesState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LargeFileSharesStateTypeConverter))>]
type LargeFileSharesState = struct
    interface IArgumentCompleter
Public Structure LargeFileSharesState
Implements IArgumentCompleter, IEquatable(Of LargeFileSharesState)
Inheritance
LargeFileSharesState
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(LargeFileSharesState)

Compares values of enum type LargeFileSharesState

Equals(Object)

Compares values of enum type LargeFileSharesState (override for Object)

GetHashCode()

Returns hashCode for enum LargeFileSharesState

ToString()

Returns string representation for LargeFileSharesState

Operators

Equality(LargeFileSharesState, LargeFileSharesState)

Overriding == operator for enum LargeFileSharesState

Implicit(LargeFileSharesState to String)

Implicit operator to convert LargeFileSharesState to string

Implicit(String to LargeFileSharesState)

Implicit operator to convert string to LargeFileSharesState

Inequality(LargeFileSharesState, LargeFileSharesState)

Overriding != operator for enum LargeFileSharesState

Applies to