1. Packages
  2. Azure Native v1
  3. API Docs
  4. dbformysql
  5. getGetPrivateDnsZoneSuffixExecute
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.dbformysql.getGetPrivateDnsZoneSuffixExecute

Explore with Pulumi AI

These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

Get private DNS zone suffix in the cloud. API Version: 2021-05-01-preview.

Using getGetPrivateDnsZoneSuffixExecute

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getGetPrivateDnsZoneSuffixExecute(args: GetGetPrivateDnsZoneSuffixExecuteArgs, opts?: InvokeOptions): Promise<GetGetPrivateDnsZoneSuffixExecuteResult>
function getGetPrivateDnsZoneSuffixExecuteOutput(args: GetGetPrivateDnsZoneSuffixExecuteOutputArgs, opts?: InvokeOptions): Output<GetGetPrivateDnsZoneSuffixExecuteResult>
Copy
def get_get_private_dns_zone_suffix_execute(opts: Optional[InvokeOptions] = None) -> GetGetPrivateDnsZoneSuffixExecuteResult
def get_get_private_dns_zone_suffix_execute_output(opts: Optional[InvokeOptions] = None) -> Output[GetGetPrivateDnsZoneSuffixExecuteResult]
Copy
func GetGetPrivateDnsZoneSuffixExecute(ctx *Context, args *GetGetPrivateDnsZoneSuffixExecuteArgs, opts ...InvokeOption) (*GetGetPrivateDnsZoneSuffixExecuteResult, error)
func GetGetPrivateDnsZoneSuffixExecuteOutput(ctx *Context, args *GetGetPrivateDnsZoneSuffixExecuteOutputArgs, opts ...InvokeOption) GetGetPrivateDnsZoneSuffixExecuteResultOutput
Copy

> Note: This function is named GetGetPrivateDnsZoneSuffixExecute in the Go SDK.

public static class GetGetPrivateDnsZoneSuffixExecute 
{
    public static Task<GetGetPrivateDnsZoneSuffixExecuteResult> InvokeAsync(GetGetPrivateDnsZoneSuffixExecuteArgs args, InvokeOptions? opts = null)
    public static Output<GetGetPrivateDnsZoneSuffixExecuteResult> Invoke(GetGetPrivateDnsZoneSuffixExecuteInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGetPrivateDnsZoneSuffixExecuteResult> getGetPrivateDnsZoneSuffixExecute(GetGetPrivateDnsZoneSuffixExecuteArgs args, InvokeOptions options)
public static Output<GetGetPrivateDnsZoneSuffixExecuteResult> getGetPrivateDnsZoneSuffixExecute(GetGetPrivateDnsZoneSuffixExecuteArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:dbformysql:getGetPrivateDnsZoneSuffixExecute
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

getGetPrivateDnsZoneSuffixExecute Result

The following output properties are available:

PrivateDnsZoneSuffix string
Represents the private DNS zone suffix.
PrivateDnsZoneSuffix string
Represents the private DNS zone suffix.
privateDnsZoneSuffix String
Represents the private DNS zone suffix.
privateDnsZoneSuffix string
Represents the private DNS zone suffix.
private_dns_zone_suffix str
Represents the private DNS zone suffix.
privateDnsZoneSuffix String
Represents the private DNS zone suffix.

Package Details

Repository
azure-native-v1 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi