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.v1beta2
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class ManagedZoneOperationsResource

Constructors

ManagedZoneOperationsResource(IClientService)

Constructs a new resource.

Declaration
public ManagedZoneOperationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(String, String, String)

Fetches the representation of an existing Operation.

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

Identifies the project addressed by this request.

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)

Enumerates Operations for the given ManagedZone.

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

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request.

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