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.v2
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class DnsKeysResource
Constructors
DnsKeysResource(IClientService)
Constructs a new resource.
Declaration
public DnsKeysResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(String, String, String, String)
Fetches the representation of an existing DnsKey.
Declaration
public virtual DnsKeysResource.GetRequest Get(string project, string location, string managedZone, string dnsKeyId)
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. 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, String)
Enumerates DnsKeys to a ResourceRecordSet collection.
Declaration
public virtual DnsKeysResource.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. Can be the managed zone name or ID. |
Returns
Type | Description |
---|---|
DnsKeysResource.ListRequest |