FileShareRedundancyLevel 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.
Redundancy enum.
public readonly struct FileShareRedundancyLevel : IEquatable<Azure.ResourceManager.FileShares.Models.FileShareRedundancyLevel>
type FileShareRedundancyLevel = struct
Public Structure FileShareRedundancyLevel
Implements IEquatable(Of FileShareRedundancyLevel)
- Inheritance
-
FileShareRedundancyLevel
- Implements
Constructors
| Name | Description |
|---|---|
| FileShareRedundancyLevel(String) |
Initializes a new instance of FileShareRedundancyLevel. |
Properties
| Name | Description |
|---|---|
| Local |
Local redundancy. |
| Zone |
Zone redundancy. |
Methods
| Name | Description |
|---|---|
| Equals(FileShareRedundancyLevel) |
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(FileShareRedundancyLevel, FileShareRedundancyLevel) |
Determines if two FileShareRedundancyLevel values are the same. |
| Implicit(String to FileShareRedundancyLevel) |
Converts a string to a FileShareRedundancyLevel. |
| Implicit(String to Nullable<FileShareRedundancyLevel>) | |
| Inequality(FileShareRedundancyLevel, FileShareRedundancyLevel) |
Determines if two FileShareRedundancyLevel values are not the same. |