Class ManagedZonesResource.CreateRequest
Creates a new ManagedZone.
Inheritance
object
ManagedZonesResource.CreateRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dns.v1
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class ManagedZonesResource.CreateRequest : DnsBaseServiceRequest<ManagedZone>, IClientServiceRequest<ManagedZone>, IClientServiceRequest
Constructors
CreateRequest(IClientService, ManagedZone, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, ManagedZone body, string project)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ManagedZone | body | |
string | project |
Properties
ClientOperationId
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Declaration
[RequestParameter("clientOperationId", RequestParameterType.Query)]
public virtual string ClientOperationId { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1.Data.ManagedZone>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1.Data.ManagedZone>.MethodName
Project
Identifies the project addressed by this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1.Data.ManagedZone>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1.Data.ManagedZone>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dns.v1.DnsBaseServiceRequest<Google.Apis.Dns.v1.Data.ManagedZone>.InitParameters()