Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.GroupContractProperties
Packages that use GroupContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GroupContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return GroupContractPropertiesModifier and TypeMethodDescriptionstatic GroupContractPropertiesGroupContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GroupContractProperties from the JsonReader.GroupContractProperties.withDescription(String description) Set the description property: Group description.GroupContractProperties.withDisplayName(String displayName) Set the displayName property: Group name.GroupContractProperties.withExternalId(String externalId) Set the externalId property: For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.Set the type property: Group type.Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type GroupContractProperties -
Uses of GroupContractProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GroupContractPropertiesModifier and TypeMethodDescriptionUserContract.groups()Gets the groups property: Collection of groups user is part of.