
com.pulumi.azurenative.servicefabric.ManagedClusterServiceArgs 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.servicefabric;
import com.pulumi.azurenative.servicefabric.inputs.StatefulServicePropertiesArgs;
import com.pulumi.azurenative.servicefabric.inputs.StatelessServicePropertiesArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ManagedClusterServiceArgs extends com.pulumi.resources.ResourceArgs {
public static final ManagedClusterServiceArgs Empty = new ManagedClusterServiceArgs();
/**
* The name of the application resource.
*
*/
@Import(name="applicationName", required=true)
private Output applicationName;
/**
* @return The name of the application resource.
*
*/
public Output applicationName() {
return this.applicationName;
}
/**
* The name of the cluster resource.
*
*/
@Import(name="clusterName", required=true)
private Output clusterName;
/**
* @return The name of the cluster resource.
*
*/
public Output clusterName() {
return this.clusterName;
}
/**
* Resource location depends on the parent resource.
*
*/
@Import(name="location")
private @Nullable Output location;
/**
* @return Resource location depends on the parent resource.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy