SqlMigrationService interface
A SQL Migration Service.
- Extends
Properties
integration |
Current state of the Integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state to track the async operation status. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | NOTE: This property will not be serialized. It can only be populated by the server. |
location | |
name | NOTE: This property will not be serialized. It can only be populated by the server. |
system |
NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Dictionary of |
type | NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
integrationRuntimeState
Current state of the Integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
integrationRuntimeState?: string
Property Value
string
provisioningState
Provisioning state to track the async operation status. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
id
NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
name
NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
systemData
NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Dictionary of
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript