IExistingStorageAccount Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ExistingStorageAccountTypeConverter))]
public interface IExistingStorageAccount : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IStorageAccountCustomDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ExistingStorageAccountTypeConverter))>]
type IExistingStorageAccount = interface
    interface IJsonSerializable
    interface IStorageAccountCustomDetails
Public Interface IExistingStorageAccount
Implements IStorageAccountCustomDetails
Derived
Attributes
Implements

Properties

Name Description
AzureStorageAccountId

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

ResourceType

The class type.

(Inherited from IStorageAccountCustomDetails)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to