All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.dbformysql.inputs.GetGetPrivateDnsZoneSuffixExecuteArgs Maven / Gradle / Ivy

There is a newer version: 2.72.0
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.azurenative.dbformysql.inputs;




public final class GetGetPrivateDnsZoneSuffixExecuteArgs extends com.pulumi.resources.InvokeArgs {

    public static final GetGetPrivateDnsZoneSuffixExecuteArgs Empty = new GetGetPrivateDnsZoneSuffixExecuteArgs();

    public static Builder builder() {
        return new Builder();
    }

    public static final class Builder {
        private GetGetPrivateDnsZoneSuffixExecuteArgs $;

        public Builder() {
            $ = new GetGetPrivateDnsZoneSuffixExecuteArgs();
        }
        public GetGetPrivateDnsZoneSuffixExecuteArgs build() {
            return $;
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy