Class ProjectsResource.LocationsResource.GlobalResource.DomainsResource.DomainJoinMachineRequest
DomainJoinMachine API joins a Compute Engine VM to the domain
Inheritance
ProjectsResource.LocationsResource.GlobalResource.DomainsResource.DomainJoinMachineRequest
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.GlobalResource.DomainsResource.DomainJoinMachineRequest : ManagedServiceforMicrosoftActiveDirectoryConsumerAPIBaseServiceRequest<DomainJoinMachineResponse>, IClientServiceRequest<DomainJoinMachineResponse>, IClientServiceRequest
Constructors
DomainJoinMachineRequest(IClientService, DomainJoinMachineRequest, string)
Constructs a new DomainJoinMachine request.
Declaration
public DomainJoinMachineRequest(IClientService service, DomainJoinMachineRequest body, string domain)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
DomainJoinMachineRequest | body | |
string | domain |
Properties
Domain
Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name}
Declaration
[RequestParameter("domain", RequestParameterType.Path)]
public virtual string Domain { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes DomainJoinMachine parameter list.
Declaration
protected override void InitParameters()