IImportExportIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |