Share via


AuthorizeRequest Constructors

Definition

Overloads

AuthorizeRequest()

Initializes a new instance of the AuthorizeRequest class.

AuthorizeRequest(String)

Initializes a new instance of the AuthorizeRequest class.

AuthorizeRequest()

Initializes a new instance of the AuthorizeRequest class.

public AuthorizeRequest ();
Public Sub New ()

Applies to

AuthorizeRequest(String)

Initializes a new instance of the AuthorizeRequest class.

public AuthorizeRequest (string remoteVolumeResourceId = default);
new Microsoft.Azure.Management.NetApp.Models.AuthorizeRequest : string -> Microsoft.Azure.Management.NetApp.Models.AuthorizeRequest
Public Sub New (Optional remoteVolumeResourceId As String = Nothing)

Parameters

remoteVolumeResourceId
String

Resource id of the remote volume

Applies to