CloudServiceRolesOperationsExtensions Class

Definition

Extension methods for CloudServiceRolesOperations.

public static class CloudServiceRolesOperationsExtensions
type CloudServiceRolesOperationsExtensions = class
Public Module CloudServiceRolesOperationsExtensions
Inheritance
CloudServiceRolesOperationsExtensions

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