共用方式為


ResourceListResult Constructors

Definition

Overloads

ResourceListResult()

Initializes a new instance of the ResourceListResult class.

ResourceListResult(String)

Initializes a new instance of the ResourceListResult class with required arguments.

ResourceListResult()

Initializes a new instance of the ResourceListResult class.

public ResourceListResult ();
Public Sub New ()

Applies to

ResourceListResult(String)

Initializes a new instance of the ResourceListResult class with required arguments.

public ResourceListResult (string nextLink);
new Microsoft.Azure.Management.Resources.Models.ResourceListResult : string -> Microsoft.Azure.Management.Resources.Models.ResourceListResult
Public Sub New (nextLink As String)

Parameters

nextLink
String

Applies to