ArmNetAppModelFactory.NetAppVolumePlacementRule(String, String) Method

Definition

public static Azure.ResourceManager.NetApp.Models.NetAppVolumePlacementRule NetAppVolumePlacementRule(string key = default, string value = default);
static member NetAppVolumePlacementRule : string * string -> Azure.ResourceManager.NetApp.Models.NetAppVolumePlacementRule
Public Shared Function NetAppVolumePlacementRule (Optional key As String = Nothing, Optional value As String = Nothing) As NetAppVolumePlacementRule

Parameters

key
String

Key for an application specific parameter for the placement of volumes in the volume group.

value
String

Value for an application specific parameter for the placement of volumes in the volume group.

Returns

A new NetAppVolumePlacementRule instance for mocking.

Applies to