Users Interface
public interface Users
Resource collection API of Users.
Method Summary
Method Details
define
public abstract User.DefinitionStages.Blank define(String name)
Begins definition for a new User resource.
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:
deleteById
public abstract void deleteById(String id)
Delete user profile. This operation can take a while to complete.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete user profile. This operation can take a while to complete.
Parameters:
get
public abstract User get(String resourceGroupName, String labName, String name)
Get user profile.
Parameters:
Returns:
getById
public abstract User getById(String id)
Get user profile.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<User> getByIdWithResponse(String id, String expand, Context context)
Get user profile.
Parameters:
Returns:
getWithResponse
public abstract Response<User> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)
Get user profile.
Parameters:
Returns:
list
public abstract PagedIterable<User> list(String resourceGroupName, String labName)
List user profiles in a given lab.
Parameters:
Returns:
list
public abstract PagedIterable<User> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)
List user profiles in a given lab.
Parameters:
Returns: