ApiManagementGroupPatch Class

Definition

Parameters supplied to the Update Group operation.

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

Constructors

ApiManagementGroupPatch()

Initializes a new instance of ApiManagementGroupPatch.

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<ApiManagementGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to