CloudServiceRolesClient Interface
public interface CloudServiceRolesClient
An instance of this class provides access to all the operations defined in CloudServiceRolesClient.
Method Summary
Method Details
get
public abstract CloudServiceRoleInner get(String roleName, String resourceGroupName, String cloudServiceName)
Gets a role from a cloud service.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a role from a cloud service.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a role from a cloud service.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a role from a cloud service.
Parameters:
Returns:
list
public abstract PagedIterable
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.
Parameters:
Returns:
list
public abstract PagedIterable
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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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.
Parameters:
Returns: