MigrateIdentity 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.Migrate.Models.MigrateIdentityTypeConverter))]
public class MigrateIdentity : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.MigrateIdentityTypeConverter))>]
type MigrateIdentity = class
interface IMigrateIdentity
interface IJsonSerializable
Public Class MigrateIdentity
Implements IMigrateIdentity
- Inheritance
-
MigrateIdentity
- Attributes
- Implements
Constructors
MigrateIdentity() |
Creates an new MigrateIdentity instance. |
Properties
AccountName |
Run as account ARM name. |
AlertSettingName |
The name of the email notification configuration. |
ClusterName |
Cluster ARM name. |
DatabaseInstanceName |
Unique name of a database instance in Azure migration hub. |
DatabaseName |
Unique name of a database in Azure migration hub. |
DeploymentId |
Deployment Id. |
EmailConfigurationName |
The email configuration name. |
EventName |
Unique name of an event within a migrate project. |
FabricAgentName |
The fabric agent (Dra) name. |
FabricName |
Fabric name. |
HostName |
Host ARM name. |
Id |
Resource identity path |
IntentObjectName |
Replication protection intent name. |
JobName |
Job ARM name. |
Location |
The name of the Azure region. |
LogicalNetworkName |
Logical network name. |
MachineName |
Machine ARM name. |
MappingName |
Protection Container mapping name. |
MigrateProjectName |
Name of the Azure Migrate project. |
MigrationItemName |
Migration item name. |
MigrationRecoveryPointName |
The migration recovery point name. |
NetworkMappingName |
Network mapping name. |
NetworkName |
Primary network name. |
OperationId |
The ID of an ongoing async operation. |
OperationStatusName |
Operation status ARM name. |
PolicyName |
Replication policy name. |
ProtectableItemName |
Protectable item name. |
ProtectedItemName |
The protected item name. |
ProtectionContainerName |
Protection container name. |
ProviderName |
Recovery services provider name. |
RecoveryPlanName |
Name of the recovery plan. |
RecoveryPointName |
The recovery point name. |
ReplicatedProtectedItemName |
Replication protected item name. |
ReplicationExtensionName |
The replication extension name. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
ResourceName |
The name of the recovery services vault. |
SiteName |
Site name. |
SolutionName |
Unique name of a migration solution within a migrate project. |
StorageClassificationMappingName |
Storage classification mapping name. |
StorageClassificationName |
Storage classification name. |
SubscriptionId |
The ID of the target subscription. |
VaultName |
The vault name. |
VaultSettingName |
Vault setting name. |
VcenterName |
VCenter ARM name. |
VirtualMachineName |
Virtual Machine name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrateIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrateIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IMigrateIdentity. |
FromJsonString(String) |
Creates a new instance of MigrateIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrateIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |