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