Uses of Interface
com.azure.resourcemanager.apimanagement.models.GroupContract.DefinitionStages.WithCreate
Packages that use GroupContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GroupContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of GroupContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the GroupContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return GroupContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionGroupContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Group description..GroupContract.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Group name..GroupContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.GroupContract.DefinitionStages.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.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.Specifies the type property: Group type..