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.
public readonly struct LargeFileSharesState : IEquatable<Azure.ResourceManager.Storage.Models.LargeFileSharesState>
type LargeFileSharesState = struct
Public Structure LargeFileSharesState
Implements IEquatable(Of LargeFileSharesState)
- Inheritance
-
LargeFileSharesState
- Implements
Constructors
LargeFileSharesState(String) |
Initializes a new instance of LargeFileSharesState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
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
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
Azure SDK for .NET