ClientGroups Interface
public interface ClientGroups
Resource collection API of ClientGroups.
Method Summary
Method Details
define
public abstract ClientGroup.DefinitionStages.Blank define(String name)
Begins definition for a new ClientGroup resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String clientGroupName)
Delete a client group. Delete an existing client group.
Parameters:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String clientGroupName, Context context)
Delete a client group. Delete an existing client group.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete a client group. Delete an existing client group.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete a client group. Delete an existing client group.
Parameters:
get
public abstract ClientGroup get(String resourceGroupName, String namespaceName, String clientGroupName)
Get a client group. Get properties of a client group.
Parameters:
Returns:
getById
public abstract ClientGroup getById(String id)
Get a client group. Get properties of a client group.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ClientGroup> getByIdWithResponse(String id, Context context)
Get a client group. Get properties of a client group.
Parameters:
Returns:
getWithResponse
public abstract Response<ClientGroup> getWithResponse(String resourceGroupName, String namespaceName, String clientGroupName, Context context)
Get a client group. Get properties of a client group.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable<ClientGroup> listByNamespace(String resourceGroupName, String namespaceName)
List all client groups under a namespace. Get all the client groups under a namespace.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable<ClientGroup> listByNamespace(String resourceGroupName, String namespaceName, String filter, Integer top, Context context)
List all client groups under a namespace. Get all the client groups under a namespace.
Parameters:
Returns: