ManagementGroups Interface
public interface ManagementGroups
Resource collection API of ManagementGroups.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String resourceGroupName, String workspaceName)
Gets a list of management groups connected to a workspace. |
abstract
Paged |
list(String resourceGroupName, String workspaceName, Context context)
Gets a list of management groups connected to a workspace. |
Method Details
list
public abstract PagedIterable
Gets a list of management groups connected to a workspace.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
workspaceName
- The name of the workspace.
Returns:
a list of management groups connected to a workspace as paginated response with PagedIterable<T>.
list
public abstract PagedIterable
Gets a list of management groups connected to a workspace.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
workspaceName
- The name of the workspace.
context
- The context to associate with this operation.
Returns:
a list of management groups connected to a workspace as paginated response with PagedIterable<T>.