Show / Hide Table of Contents

Class EnableMigrationRequest

EnableMigrationRequest is the request message for EnableMigration method.

Inheritance
object
EnableMigrationRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX