ArmNetworkCloudModelFactory.NetworkCloudStorageProfile Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudStorageProfile NetworkCloudStorageProfile(Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOSDisk osDisk = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> volumeAttachments = default);
static member NetworkCloudStorageProfile : Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOSDisk * seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudStorageProfile
Public Shared Function NetworkCloudStorageProfile (Optional osDisk As NetworkCloudOSDisk = Nothing, Optional volumeAttachments As IEnumerable(Of ResourceIdentifier) = Nothing) As NetworkCloudStorageProfile

Parameters

osDisk
NetworkCloudOSDisk

The disk to use with this virtual machine.

volumeAttachments
IEnumerable<ResourceIdentifier>

The resource IDs of volumes that are requested to be attached to the virtual machine.

Returns

A new NetworkCloudStorageProfile instance for mocking.

Applies to