ClientGroupsClient Interface
public interface ClientGroupsClient
An instance of this class provides access to all the operations defined in ClientGroupsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ClientGroupInner>,ClientGroupInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, String clientGroupName, ClientGroupInner clientGroupInfo)
Create or update a client group. Create or update a client group with the specified parameters.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ClientGroupInner>,ClientGroupInner> beginCreateOrUpdate(String resourceGroupName, String namespaceName, String clientGroupName, ClientGroupInner clientGroupInfo, Context context)
Create or update a client group. Create or update a client group with the specified parameters.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String namespaceName, String clientGroupName)
Delete a client group. Delete an existing client group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String namespaceName, String clientGroupName, Context context)
Delete a client group. Delete an existing client group.
Parameters:
Returns:
createOrUpdate
public abstract ClientGroupInner createOrUpdate(String resourceGroupName, String namespaceName, String clientGroupName, ClientGroupInner clientGroupInfo)
Create or update a client group. Create or update a client group with the specified parameters.
Parameters:
Returns:
createOrUpdate
public abstract ClientGroupInner createOrUpdate(String resourceGroupName, String namespaceName, String clientGroupName, ClientGroupInner clientGroupInfo, Context context)
Create or update a client group. Create or update a client group with the specified parameters.
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:
get
public abstract ClientGroupInner get(String resourceGroupName, String namespaceName, String clientGroupName)
Get a client group. Get properties of a client group.
Parameters:
Returns:
getWithResponse
public abstract Response<ClientGroupInner> 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<ClientGroupInner> 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<ClientGroupInner> 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: