Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.GroupUpdateParametersProperties
Packages that use GroupUpdateParametersProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of GroupUpdateParametersProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return GroupUpdateParametersPropertiesModifier and TypeMethodDescriptionGroupUpdateParametersProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GroupUpdateParametersProperties from the JsonReader.GroupUpdateParametersProperties.withDescription(String description) Set the description property: Group description.GroupUpdateParametersProperties.withDisplayName(String displayName) Set the displayName property: Group name.GroupUpdateParametersProperties.withExternalId(String externalId) Set the externalId property: Identifier of the 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.