ApiManagementGroupCreateOrUpdateContent Class

Definition

Parameters supplied to the Create Group operation.

public class ApiManagementGroupCreateOrUpdateContent
public class ApiManagementGroupCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementGroupCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementGroupCreateOrUpdateContent>
type ApiManagementGroupCreateOrUpdateContent = class
type ApiManagementGroupCreateOrUpdateContent = class
    interface IJsonModel<ApiManagementGroupCreateOrUpdateContent>
    interface IPersistableModel<ApiManagementGroupCreateOrUpdateContent>
Public Class ApiManagementGroupCreateOrUpdateContent
Public Class ApiManagementGroupCreateOrUpdateContent
Implements IJsonModel(Of ApiManagementGroupCreateOrUpdateContent), IPersistableModel(Of ApiManagementGroupCreateOrUpdateContent)
Inheritance
ApiManagementGroupCreateOrUpdateContent
Implements

Constructors

ApiManagementGroupCreateOrUpdateContent()

Initializes a new instance of ApiManagementGroupCreateOrUpdateContent.

Properties

ApiManagementGroupType

Group type.

Description

Group description.

DisplayName

Group name.

ExternalId

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://&lt;tenant&gt;.onmicrosoft.com/groups/&lt;group object id&gt;; otherwise the value is null.

Explicit Interface Implementations

IJsonModel<ApiManagementGroupCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiManagementGroupCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementGroupCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementGroupCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiManagementGroupCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to