ArmNetworkCloudModelFactory.CloudServicesNetworkStorageStatus Method
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.
Initializes a new instance of CloudServicesNetworkStorageStatus.
public static Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageStatus CloudServicesNetworkStorageStatus(Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageMode? mode = default, long? sizeMiB = default, Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageStatusStatus? status = default, string statusMessage = default, Azure.Core.ResourceIdentifier volumeId = default);
static member CloudServicesNetworkStorageStatus : Nullable<Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageMode> * Nullable<int64> * Nullable<Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageStatusStatus> * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageStatus
Public Shared Function CloudServicesNetworkStorageStatus (Optional mode As Nullable(Of CloudServicesNetworkStorageMode) = Nothing, Optional sizeMiB As Nullable(Of Long) = Nothing, Optional status As Nullable(Of CloudServicesNetworkStorageStatusStatus) = Nothing, Optional statusMessage As String = Nothing, Optional volumeId As ResourceIdentifier = Nothing) As CloudServicesNetworkStorageStatus
Parameters
The indicator of if shared storage is enabled on the cloud services network.
The status of the storage allocation for the cloud services network.
- statusMessage
- String
The description for the status of the shared storage.
- volumeId
- ResourceIdentifier
The resource ID of the volume created to host the shared storage.
Returns
A new CloudServicesNetworkStorageStatus instance for mocking.