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