Show / Hide Table of Contents

Class DnsKeysResource

The "dnsKeys" collection of methods.

Inheritance
System.Object
DnsKeysResource
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 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
System.String project

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

System.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
System.String project

Identifies the project addressed by this request.

System.String managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

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