Class EnableMigrationRequest
EnableMigrationRequest is the request message for EnableMigration method.
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class EnableMigrationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableDuration
Optional. Period after which the migration would be auto disabled. If unspecified, a default timeout of 48h is used.
Declaration
[JsonProperty("enableDuration")]
public virtual object EnableDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
MigratingDomains
Required. List of the on-prem domains to be migrated.
Declaration
[JsonProperty("migratingDomains")]
public virtual IList<OnPremDomainDetails> MigratingDomains { get; set; }
Property Value
Type | Description |
---|---|
IList<OnPremDomainDetails> |