Class ManagedZoneOperationsResource
The "managedZoneOperations" collection of methods.
Inherited Members
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 |
---|---|---|
string | project | Identifies the project addressed by this request. |
string | managedZone | Identifies the managed zone addressed by this request. |
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 |
---|---|---|
string | project | Identifies the project addressed by this request. |
string | managedZone | Identifies the managed zone addressed by this request. |
Returns
Type | Description |
---|---|
ManagedZoneOperationsResource.ListRequest |