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

ImportExportIdentity Class

Definition

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

Constructors

ImportExportIdentity()

Creates an new ImportExportIdentity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImportExportIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImportExportIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IImportExportIdentity.

FromJsonString(String)

Creates a new instance of ImportExportIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImportExportIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to