AccessInvitationRecord 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.
Record of the invitation.
public class AccessInvitationRecord : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.AccessInvitationRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.AccessInvitationRecord>
type AccessInvitationRecord = class
interface IJsonModel<AccessInvitationRecord>
interface IPersistableModel<AccessInvitationRecord>
Public Class AccessInvitationRecord
Implements IJsonModel(Of AccessInvitationRecord), IPersistableModel(Of AccessInvitationRecord)
- Inheritance
-
AccessInvitationRecord
- Implements
Properties
AcceptedOn |
Accepted date time of the invitation. |
AuthType |
Auth type of the user. |
Email of the user. |
|
ExpireOn |
Expiration date time of the invitation. |
Id |
Id of the invitation. |
Kind |
Type of account. |
Metadata |
Metadata of the record. |
Status |
Status of the invitation. |
Explicit Interface Implementations
IJsonModel<AccessInvitationRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AccessInvitationRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AccessInvitationRecord>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AccessInvitationRecord>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AccessInvitationRecord>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET