ArmNetworkCloudModelFactory.CloudServicesNetworkStorageOptionsPatch Method

Definition

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

Parameters

mode
Nullable<CloudServicesNetworkStorageMode>

The indicator to enable shared storage on the cloud services network.

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 CloudServicesNetworkStorageOptionsPatch instance for mocking.

Applies to