ExistingStorageAccount Class

Definition

Existing storage account input.

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

Constructors

ExistingStorageAccount(ResourceIdentifier)

Initializes a new instance of ExistingStorageAccount.

Properties

AzureStorageAccountId

The storage account Arm Id. Throw error, if resource does not exists.

Explicit Interface Implementations

IJsonModel<ExistingStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExistingStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StorageAccountCustomDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from StorageAccountCustomDetails)
IJsonModel<StorageAccountCustomDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StorageAccountCustomDetails)
IPersistableModel<ExistingStorageAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExistingStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExistingStorageAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StorageAccountCustomDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StorageAccountCustomDetails)
IPersistableModel<StorageAccountCustomDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from StorageAccountCustomDetails)
IPersistableModel<StorageAccountCustomDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StorageAccountCustomDetails)

Applies to