Share via


ExistingStorageAccount Class

Definition

Existing storage account input.

[Newtonsoft.Json.JsonObject("Existing")]
public class ExistingStorageAccount : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageAccountCustomDetails
[<Newtonsoft.Json.JsonObject("Existing")>]
type ExistingStorageAccount = class
    inherit StorageAccountCustomDetails
Public Class ExistingStorageAccount
Inherits StorageAccountCustomDetails
Inheritance
ExistingStorageAccount
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ExistingStorageAccount()

Initializes a new instance of the ExistingStorageAccount class.

ExistingStorageAccount(String)

Initializes a new instance of the ExistingStorageAccount class.

Properties

AzureStorageAccountId

Gets or sets the storage account Arm Id. Throw error, if resource does not exists.

Methods

Validate()

Validate the object.

Applies to