共用方式為


ResourceListResult Class

Definition

List of resource groups.

public class ResourceListResult : Microsoft.Azure.AzureOperationResponse
type ResourceListResult = class
    inherit AzureOperationResponse
Public Class ResourceListResult
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
ResourceListResult

Constructors

ResourceListResult()

Initializes a new instance of the ResourceListResult class.

ResourceListResult(String)

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

Properties

NextLink

Required. Gets or sets the URL to get the next set of results.

Resources

Optional. Gets or sets the list of resource groups.

Applies to