Dela via


SiteRecoveryRunAsAccount Class

Definition

CS Accounts Details.

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

Properties

AccountId

The CS RunAs account Id.

AccountName

The CS RunAs account name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SiteRecoveryRunAsAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryRunAsAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryRunAsAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryRunAsAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryRunAsAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to