UserGroup interface

Interface representing a UserGroup.

Methods

list(string, string, string, UserGroupListOptionalParams)

Lists all user groups.

Method Details

list(string, string, string, UserGroupListOptionalParams)

Lists all user groups.

function list(resourceGroupName: string, serviceName: string, userId: string, options?: UserGroupListOptionalParams): PagedAsyncIterableIterator<GroupContract, GroupContract[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

userId

string

User identifier. Must be unique in the current API Management service instance.

options
UserGroupListOptionalParams

The options parameters.

Returns