ArmNetworkCloudModelFactory.CloudServicesNetworkStorageOptions Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageOptions CloudServicesNetworkStorageOptions(Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageMode? mode = default, long? sizeMiB = default, Azure.Core.ResourceIdentifier storageApplianceId = default);
static member CloudServicesNetworkStorageOptions : Nullable<Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageMode> * Nullable<int64> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageOptions
Public Shared Function CloudServicesNetworkStorageOptions (Optional mode As Nullable(Of CloudServicesNetworkStorageMode) = Nothing, Optional sizeMiB As Nullable(Of Long) = Nothing, Optional storageApplianceId As ResourceIdentifier = Nothing) As CloudServicesNetworkStorageOptions

Parameters

mode
Nullable<CloudServicesNetworkStorageMode>

The indicator to enable shared storage on the cloud services network. If not specified, the allocation will align with the standard storage enablement.

sizeMiB
Nullable<Int64>

The requested storage allocation for the volume in Mebibytes.

storageApplianceId
ResourceIdentifier

The resource ID of the storage appliance that hosts the storage.

Returns

A new CloudServicesNetworkStorageOptions instance for mocking.

Applies to