CloudServicesNetworkStorageMode 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.
The indicator to enable shared storage on the cloud services network. If not specified, the allocation will align with the standard storage enablement.
public readonly struct CloudServicesNetworkStorageMode : IEquatable<Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageMode>
type CloudServicesNetworkStorageMode = struct
Public Structure CloudServicesNetworkStorageMode
Implements IEquatable(Of CloudServicesNetworkStorageMode)
- Inheritance
-
CloudServicesNetworkStorageMode
- Implements
Constructors
| Name | Description |
|---|---|
| CloudServicesNetworkStorageMode(String) |
Initializes a new instance of CloudServicesNetworkStorageMode. |
Properties
| Name | Description |
|---|---|
| None |
None. |
| Standard |
Standard. |
Methods
| Name | Description |
|---|---|
| Equals(CloudServicesNetworkStorageMode) |
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(CloudServicesNetworkStorageMode, CloudServicesNetworkStorageMode) |
Determines if two CloudServicesNetworkStorageMode values are the same. |
| Implicit(String to CloudServicesNetworkStorageMode) |
Converts a String to a CloudServicesNetworkStorageMode. |
| Inequality(CloudServicesNetworkStorageMode, CloudServicesNetworkStorageMode) |
Determines if two CloudServicesNetworkStorageMode values are not the same. |