Show / Hide Table of Contents

Class ManagedZoneOperationsResource

The "managedZoneOperations" collection of methods.

Inheritance
System.Object
ManagedZoneOperationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v2
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class ManagedZoneOperationsResource

Constructors

ManagedZoneOperationsResource(IClientService)

Constructs a new resource.

Declaration
public ManagedZoneOperationsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Get(String, String, String, String)

Fetches the representation of an existing Operation.

Declaration
public virtual ManagedZoneOperationsResource.GetRequest Get(string project, string location, string managedZone, string operation)
Parameters
Type Name Description
System.String project

Identifies the project addressed by this request.

System.String location

Specifies the location of the resource. This information will be used for routing and will be part of the resource name.

System.String managedZone

Identifies the managed zone addressed by this request.

System.String operation

Identifies the operation addressed by this request (ID of the operation).

Returns
Type Description
ManagedZoneOperationsResource.GetRequest

List(String, String, String)

Enumerates Operations for the given ManagedZone.

Declaration
public virtual ManagedZoneOperationsResource.ListRequest List(string project, string location, string managedZone)
Parameters
Type Name Description
System.String project

Identifies the project addressed by this request.

System.String location

Specifies the location of the resource. This information will be used for routing and will be part of the resource name.

System.String managedZone

Identifies the managed zone addressed by this request.

Returns
Type Description
ManagedZoneOperationsResource.ListRequest
In This Article
Back to top