PlacementKeyValuePairs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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