Show / Hide Table of Contents

Class DomainJoinMachineResponse

DomainJoinMachineResponse is the response message for DomainJoinMachine method

Inheritance
object
DomainJoinMachineResponse
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 DomainJoinMachineResponse : IDirectResponseSchema

Properties

DomainJoinBlob

The response is the offline domain join blob that is returned after running the djoin command. To correctly use the response of the API, please refer to the sample usage.

Declaration
[JsonProperty("domainJoinBlob")]
public virtual string DomainJoinBlob { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX