ExistingStorageAccount 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.
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
- 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. |