38 строки
3.1 KiB
YAML
38 строки
3.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.UserGroups"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.UserGroups"
|
|
name: "UserGroups"
|
|
nameWithType: "UserGroups"
|
|
summary: "Type representing User<wbr>Groups."
|
|
syntax: "public interface **UserGroups**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.UserGroupsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.UserGroupsInner&text=UserGroupsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.UserGroups.listAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.UserGroups.listAsync(String resourceGroupName, String serviceName, String userId)"
|
|
name: "listAsync(String resourceGroupName, String serviceName, String userId)"
|
|
nameWithType: "UserGroups.listAsync(String resourceGroupName, String serviceName, String userId)"
|
|
summary: "Lists all user groups."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "User identifier. Must be unique in the current API Management service instance."
|
|
name: "userId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<UserGroupContract> listAsync(String resourceGroupName, String serviceName, String userId)"
|
|
desc: "Lists all user groups."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.UserGroupContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.UserGroupContract&text=UserGroupContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing UserGroups."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.UserGroupsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.UserGroupsInner&text=UserGroupsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
|
|
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1
|