LargeFileSharesState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |