你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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