Compartir a través de


PlacementKeyValuePairs Constructors

Definition

Overloads

PlacementKeyValuePairs()

Initializes a new instance of the PlacementKeyValuePairs class.

PlacementKeyValuePairs(String, String)

Initializes a new instance of the PlacementKeyValuePairs class.

PlacementKeyValuePairs()

Initializes a new instance of the PlacementKeyValuePairs class.

public PlacementKeyValuePairs ();
Public Sub New ()

Applies to

PlacementKeyValuePairs(String, String)

Initializes a new instance of the PlacementKeyValuePairs class.

public PlacementKeyValuePairs (string key, string value);
new Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs : string * string -> Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs
Public Sub New (key As String, value As String)

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

Applies to