ArmNetAppModelFactory.NetAppVolumePlacementRule(String, String) Method
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.
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.