ImportExportIdentity Class
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 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. |