GroupContractProperties Class

Definition

Group contract Properties.

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

Properties

ApiManagementGroupType

Group type.

Description

Group description. Can contain HTML formatting tags.

DisplayName

Group name.

ExternalId

For 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.

IsBuiltIn

true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.

Explicit Interface Implementations

IJsonModel<GroupContractProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GroupContractProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GroupContractProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GroupContractProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GroupContractProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to