你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

AzureStorageAccountId

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

ResourceType

The class type.

(Inherited from IStorageAccountCustomDetails)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to