GroupContractProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Group contract Properties.
public class GroupContractProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.GroupContractProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.GroupContractProperties>
type GroupContractProperties = class
interface IJsonModel<GroupContractProperties>
interface IPersistableModel<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 |
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
Azure SDK for .NET