Condividi tramite


ArmNetAppModelFactory.NetAppElasticSnapshotData Method

Definition

Initializes a new instance of NetAppElasticSnapshotData.

public static Azure.ResourceManager.NetApp.NetAppElasticSnapshotData NetAppElasticSnapshotData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRuleProvisioningState? netAppElasticSnapshotProvisioningState = default);
static member NetAppElasticSnapshotData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRuleProvisioningState> -> Azure.ResourceManager.NetApp.NetAppElasticSnapshotData
Public Shared Function NetAppElasticSnapshotData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional netAppElasticSnapshotProvisioningState As Nullable(Of NetAppVolumeQuotaRuleProvisioningState) = Nothing) As NetAppElasticSnapshotData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

netAppElasticSnapshotProvisioningState
Nullable<NetAppVolumeQuotaRuleProvisioningState>

The resource-specific properties for this resource.

Returns

A new NetAppElasticSnapshotData instance for mocking.

Applies to