Show / Hide Table of Contents

Class ManagedZonesResource.CreateRequest

Creates a new ManagedZone.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ManagedZone>
DnsBaseServiceRequest<ManagedZone>
ManagedZonesResource.CreateRequest
Implements
IClientServiceRequest<ManagedZone>
IClientServiceRequest
Inherited Members
DnsBaseServiceRequest<ManagedZone>.Xgafv
DnsBaseServiceRequest<ManagedZone>.AccessToken
DnsBaseServiceRequest<ManagedZone>.Alt
DnsBaseServiceRequest<ManagedZone>.Callback
DnsBaseServiceRequest<ManagedZone>.Fields
DnsBaseServiceRequest<ManagedZone>.Key
DnsBaseServiceRequest<ManagedZone>.OauthToken
DnsBaseServiceRequest<ManagedZone>.PrettyPrint
DnsBaseServiceRequest<ManagedZone>.QuotaUser
DnsBaseServiceRequest<ManagedZone>.UploadType
DnsBaseServiceRequest<ManagedZone>.UploadProtocol
ClientServiceRequest<ManagedZone>.Execute()
ClientServiceRequest<ManagedZone>.ExecuteAsStream()
ClientServiceRequest<ManagedZone>.ExecuteAsync()
ClientServiceRequest<ManagedZone>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ManagedZone>.ExecuteAsStreamAsync()
ClientServiceRequest<ManagedZone>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ManagedZone>.CreateRequest(bool?)
ClientServiceRequest<ManagedZone>.GenerateRequestUri()
ClientServiceRequest<ManagedZone>.GetDefaultETagAction(string)
ClientServiceRequest<ManagedZone>.ETagAction
ClientServiceRequest<ManagedZone>.ModifyRequest
ClientServiceRequest<ManagedZone>.ValidateParameters
ClientServiceRequest<ManagedZone>.ApiVersion
ClientServiceRequest<ManagedZone>.RequestParameters
ClientServiceRequest<ManagedZone>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dns.v1beta2
Assembly: Google.Apis.Dns.v1beta2.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
ClientServiceRequest<ManagedZone>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<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
ClientServiceRequest<ManagedZone>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ManagedZone>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
DnsBaseServiceRequest<ManagedZone>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX