Show / Hide Table of Contents

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 Source

InvokeAsync(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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.