Class EnableMigrationRequest
EnableMigrationRequest is the request message for EnableMigration method.
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.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 |
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> |