Package version:

Interface CloudServiceRoleListResult

The list operation result.

interface CloudServiceRoleListResult {
    nextLink?: string;
    value: CloudServiceRole[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of resources. Use this to get the next page of resources. Do this till nextLink is null to fetch all the resources.

The list of resources.