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