public sealed class StopMigrationJobRequest : IMessage<StopMigrationJobRequest>, IEquatable<StopMigrationJobRequest>, IDeepCloneable<StopMigrationJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class StopMigrationJobRequest.
Request message for 'StopMigrationJob' request.
Implements
IMessageStopMigrationJobRequest, IEquatableStopMigrationJobRequest, IDeepCloneableStopMigrationJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
StopMigrationJobRequest()
public StopMigrationJobRequest()StopMigrationJobRequest(StopMigrationJobRequest)
public StopMigrationJobRequest(StopMigrationJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StopMigrationJobRequest |
Properties
MigrationJobName
public MigrationJobName MigrationJobName { get; set; }MigrationJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MigrationJobName |
|
Name
public string Name { get; set; }Name of the migration job resource to stop.
| Property Value | |
|---|---|
| Type | Description |
string |
|