HyperVMigrateFabricModelCustomProperties interface
HyperV migrate fabric model custom properties.
- Extends
Properties
fabric |
Gets or sets the fabric container Id. NOTE: This property will not be serialized. It can only be populated by the server. |
fabric |
Gets or sets the fabric resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
hyper |
Gets or sets the ARM Id of the HyperV site. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
migration |
Gets or sets the migration hub Uri. NOTE: This property will not be serialized. It can only be populated by the server. |
migration |
Gets or sets the migration solution ARM Id. |
Property Details
fabricContainerId
Gets or sets the fabric container Id. NOTE: This property will not be serialized. It can only be populated by the server.
fabricContainerId?: string
Property Value
string
fabricResourceId
Gets or sets the fabric resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
fabricResourceId?: string
Property Value
string
hyperVSiteId
Gets or sets the ARM Id of the HyperV site.
hyperVSiteId: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "HyperVMigrate"
Property Value
"HyperVMigrate"
migrationHubUri
Gets or sets the migration hub Uri. NOTE: This property will not be serialized. It can only be populated by the server.
migrationHubUri?: string
Property Value
string
migrationSolutionId
Gets or sets the migration solution ARM Id.
migrationSolutionId: string
Property Value
string
Azure SDK for JavaScript