Class DnsKeysResource
The "dnsKeys" collection of methods.
Inherited Members
Namespace: Google.Apis.Dns.v1beta2
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class DnsKeysResource
Constructors
DnsKeysResource(IClientService)
Constructs a new resource.
Declaration
public DnsKeysResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string, string)
Fetches the representation of an existing DnsKey.
Declaration
public virtual DnsKeysResource.GetRequest Get(string project, string managedZone, string dnsKeyId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Identifies the project addressed by this request. |
| string | managedZone | Identifies the managed zone addressed by this request. Can be the managed zone name or ID. |
| string | dnsKeyId | The identifier of the requested DnsKey. |
Returns
| Type | Description |
|---|---|
| DnsKeysResource.GetRequest |
List(string, string)
Enumerates DnsKeys to a ResourceRecordSet collection.
Declaration
public virtual DnsKeysResource.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. Can be the managed zone name or ID. |
Returns
| Type | Description |
|---|---|
| DnsKeysResource.ListRequest |