UsersClient Interface
public interface UsersClient
An instance of this class provides access to all the operations defined in UsersClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<UserInner>,UserInner> beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user)
Create or replace an existing user profile. This operation can take a while to complete.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<UserInner>,UserInner> beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)
Create or replace an existing user profile. This operation can take a while to complete.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String labName, String name)
Delete user profile. This operation can take a while to complete.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String labName, String name, Context context)
Delete user profile. This operation can take a while to complete.
Parameters:
Returns:
createOrUpdate
public abstract UserInner createOrUpdate(String resourceGroupName, String labName, String name, UserInner user)
Create or replace an existing user profile. This operation can take a while to complete.
Parameters:
Returns:
createOrUpdate
public abstract UserInner createOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)
Create or replace an existing user profile. This operation can take a while to complete.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String labName, String name)
Delete user profile. This operation can take a while to complete.
Parameters:
delete
public abstract void delete(String resourceGroupName, String labName, String name, Context context)
Delete user profile. This operation can take a while to complete.
Parameters:
get
public abstract UserInner get(String resourceGroupName, String labName, String name)
Get user profile.
Parameters:
Returns:
getWithResponse
public abstract Response<UserInner> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)
Get user profile.
Parameters:
Returns:
list
public abstract PagedIterable<UserInner> list(String resourceGroupName, String labName)
List user profiles in a given lab.
Parameters:
Returns:
list
public abstract PagedIterable<UserInner> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)
List user profiles in a given lab.
Parameters:
Returns:
update
public abstract UserInner update(String resourceGroupName, String labName, String name, UserFragment user)
Allows modifying tags of user profiles. All other properties will be ignored.
Parameters:
Returns:
updateWithResponse
public abstract Response<UserInner> updateWithResponse(String resourceGroupName, String labName, String name, UserFragment user, Context context)
Allows modifying tags of user profiles. All other properties will be ignored.
Parameters:
Returns: