Share via


PoolChangeRequest Constructors

Definition

Overloads

PoolChangeRequest()

Initializes a new instance of the PoolChangeRequest class.

PoolChangeRequest(String)

Initializes a new instance of the PoolChangeRequest class.

PoolChangeRequest()

Initializes a new instance of the PoolChangeRequest class.

public PoolChangeRequest ();
Public Sub New ()

Applies to

PoolChangeRequest(String)

Initializes a new instance of the PoolChangeRequest class.

public PoolChangeRequest (string newPoolResourceId);
new Microsoft.Azure.Management.NetApp.Models.PoolChangeRequest : string -> Microsoft.Azure.Management.NetApp.Models.PoolChangeRequest
Public Sub New (newPoolResourceId As String)

Parameters

newPoolResourceId
String

Resource id of the pool to move volume to

Applies to