Class GetKeys
Inheritance
System.Object
GetKeys
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: Pulumi.Gcp.Dns
Assembly: Pulumi.Gcp.dll
Syntax
public static class GetKeys
Methods
View SourceInvokeAsync(GetKeysArgs, InvokeOptions)
Get the DNSKEY and DS records of DNSSEC-signed managed zones. For more information see the official documentation and API.
{{% examples %}} {{% /examples %}}
Declaration
public static Task<GetKeysResult> InvokeAsync(GetKeysArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetKeysArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetKeysResult> |