Uses of Interface
com.azure.resourcemanager.apimanagement.models.GroupContract.Update
Packages that use GroupContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GroupContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GroupContract.UpdateModifier and TypeMethodDescriptionGroupContract.update()Begins update for the GroupContract resource.GroupContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Group description..GroupContract.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Group name..GroupContract.UpdateStages.WithExternalId.withExternalId(String externalId) Specifies 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..GroupContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.Specifies the type property: Group type..