com.pulumi.azure.mssql.ServerDnsAliasArgs Maven / Gradle / Ivy
// *** 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.azure.mssql;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ServerDnsAliasArgs extends com.pulumi.resources.ResourceArgs {
public static final ServerDnsAliasArgs Empty = new ServerDnsAliasArgs();
/**
* The ID of the mssql server. Changing this forces a new MSSQL Server DNS Alias to be created.
*
*/
@Import(name="mssqlServerId", required=true)
private Output mssqlServerId;
/**
* @return The ID of the mssql server. Changing this forces a new MSSQL Server DNS Alias to be created.
*
*/
public Output mssqlServerId() {
return this.mssqlServerId;
}
/**
* The name which should be used for this MSSQL Server DNS Alias. Changing this forces a new MSSQL Server DNS Alias to be created.
*
*/
@Import(name="name")
private @Nullable Output name;
/**
* @return The name which should be used for this MSSQL Server DNS Alias. Changing this forces a new MSSQL Server DNS Alias to be created.
*
*/
public Optional