ICloudServiceRolesOperations Interface

Definition

CloudServiceRolesOperations operations.

public interface ICloudServiceRolesOperations
type ICloudServiceRolesOperations = interface
Public Interface ICloudServiceRolesOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a role from a cloud service.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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.

Extension Methods

Get(ICloudServiceRolesOperations, String, String, String)

Gets a role from a cloud service.

GetAsync(ICloudServiceRolesOperations, String, String, String, CancellationToken)

Gets a role from a cloud service.

List(ICloudServiceRolesOperations, String, String)

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.

ListAsync(ICloudServiceRolesOperations, String, String, CancellationToken)

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.

ListNext(ICloudServiceRolesOperations, String)

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.

ListNextAsync(ICloudServiceRolesOperations, String, CancellationToken)

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.

Applies to