Share via


CloudServiceRolesList interface

Methods

get(CloudServiceRolesListParameters)

Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles.

Method Details

get(CloudServiceRolesListParameters)

Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles.

function get(options: CloudServiceRolesListParameters): StreamableMethod<CloudServiceRolesList200Response | CloudServiceRolesListDefaultResponse>

Parameters

Returns