
com.pulumi.azurenative.workloads.inputs.DatabaseServerFullResourceNamesArgs 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.azurenative.workloads.inputs;
import com.pulumi.azurenative.workloads.inputs.LoadBalancerResourceNamesArgs;
import com.pulumi.azurenative.workloads.inputs.VirtualMachineResourceNamesArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.
*
*/
public final class DatabaseServerFullResourceNamesArgs extends com.pulumi.resources.ResourceArgs {
public static final DatabaseServerFullResourceNamesArgs Empty = new DatabaseServerFullResourceNamesArgs();
/**
* The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.
*
*/
@Import(name="availabilitySetName")
private @Nullable Output availabilitySetName;
/**
* @return The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy