StorageMountType 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.
Type of the storage mount. Serialized Name: StorageMountType
public readonly struct StorageMountType : IEquatable<Azure.ResourceManager.AppService.Models.StorageMountType>
type StorageMountType = struct
Public Structure StorageMountType
Implements IEquatable(Of StorageMountType)
- Inheritance
-
StorageMountType
- Implements
Constructors
| Name | Description |
|---|---|
| StorageMountType(String) |
Initializes a new instance of StorageMountType. |
Properties
| Name | Description |
|---|---|
| AzureFiles |
AzureFiles Serialized Name: StorageMountType.AzureFiles |
| FileShare |
FileShare Serialized Name: StorageMountType.FileShare |
| LocalStorage |
LocalStorage Serialized Name: StorageMountType.LocalStorage |
Methods
| Name | Description |
|---|---|
| Equals(StorageMountType) |
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(StorageMountType, StorageMountType) |
Determines if two StorageMountType values are the same. |
| Implicit(String to StorageMountType) |
Converts a String to a StorageMountType. |
| Inequality(StorageMountType, StorageMountType) |
Determines if two StorageMountType values are not the same. |