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

IImportExportIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.ImportExportIdentityTypeConverter))]
public interface IImportExportIdentity : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.ImportExportIdentityTypeConverter))>]
type IImportExportIdentity = interface
    interface IJsonSerializable
Public Interface IImportExportIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

Resource identity path

JobName

The name of the import/export job.

LocationName

The name of the location. For example, West US or westus.

ResourceGroupName

The resource group name uniquely identifies the resource group within the user subscription.

SubscriptionId

The subscription ID for the Azure user.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to