com.pulumi.azure.appservice.inputs.PlanState 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.appservice.inputs;
import com.pulumi.azure.appservice.inputs.PlanSkuArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class PlanState extends com.pulumi.resources.ResourceArgs {
public static final PlanState Empty = new PlanState();
/**
* The ID of the App Service Environment where the App Service Plan should be located. Changing forces a new resource to be created.
*
* > **NOTE:** Attaching to an App Service Environment requires the App Service Plan use a `Premium` SKU (when using an ASEv1) and the `Isolated` SKU (for an ASEv2).
*
*/
@Import(name="appServiceEnvironmentId")
private @Nullable Output appServiceEnvironmentId;
/**
* @return The ID of the App Service Environment where the App Service Plan should be located. Changing forces a new resource to be created.
*
* > **NOTE:** Attaching to an App Service Environment requires the App Service Plan use a `Premium` SKU (when using an ASEv1) and the `Isolated` SKU (for an ASEv2).
*
*/
public Optional