Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// *** 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.managedapplication;
import com.pulumi.azure.Utilities;
import com.pulumi.azure.managedapplication.ApplicationArgs;
import com.pulumi.azure.managedapplication.inputs.ApplicationState;
import com.pulumi.azure.managedapplication.outputs.ApplicationPlan;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import java.lang.String;
import java.util.Map;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Manages a Managed Application.
*
* ## Example Usage
*
* <!--Start PulumiCodeChooser -->
*
* <!--End PulumiCodeChooser -->
*
* ## Import
*
* Managed Application can be imported using the `resource id`, e.g.
*
* ```sh
* $ pulumi import azure:managedapplication/application:Application example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Solutions/applications/app1
* ```
*
*/
@ResourceType(type="azure:managedapplication/application:Application")
public class Application extends com.pulumi.resources.CustomResource {
/**
* The application definition ID to deploy.
*
*/
@Export(name="applicationDefinitionId", refs={String.class}, tree="[0]")
private Output* @Nullable */ String> applicationDefinitionId;
/**
* @return The application definition ID to deploy.
*
*/
public Output> applicationDefinitionId() {
return Codegen.optional(this.applicationDefinitionId);
}
/**
* The kind of the managed application to deploy. Possible values are `MarketPlace` and `ServiceCatalog`. Changing this forces a new resource to be created.
*
*/
@Export(name="kind", refs={String.class}, tree="[0]")
private Output kind;
/**
* @return The kind of the managed application to deploy. Possible values are `MarketPlace` and `ServiceCatalog`. Changing this forces a new resource to be created.
*
*/
public Output kind() {
return this.kind;
}
/**
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
*
*/
@Export(name="location", refs={String.class}, tree="[0]")
private Output location;
/**
* @return Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
*
*/
public Output location() {
return this.location;
}
/**
* The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.
*
*/
@Export(name="managedResourceGroupName", refs={String.class}, tree="[0]")
private Output managedResourceGroupName;
/**
* @return The name of the target resource group where all the resources deployed by the managed application will reside. Changing this forces a new resource to be created.
*
*/
public Output managedResourceGroupName() {
return this.managedResourceGroupName;
}
/**
* Specifies the name of the Managed Application. Changing this forces a new resource to be created.
*
*/
@Export(name="name", refs={String.class}, tree="[0]")
private Output name;
/**
* @return Specifies the name of the Managed Application. Changing this forces a new resource to be created.
*
*/
public Output name() {
return this.name;
}
/**
* The name and value pairs that define the managed application outputs.
*
*/
@Export(name="outputs", refs={Map.class,String.class}, tree="[0,1,1]")
private Output