Springbootsite

class Springbootsite : KotlinCustomResource

The springbootsites envelope resource definition. Uses Azure REST API version 2023-01-01-preview.

Example Usage

springbootsites_CreateOrUpdate_MaximumSet_Gen

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var springbootsite = new AzureNative.OffAzureSpringBoot.Springbootsite("springbootsite", new()
{
ExtendedLocation = new AzureNative.OffAzureSpringBoot.Inputs.SpringbootsitesModelExtendedLocationArgs
{
Name = "rywvpbfsqovhlfirtwisugsdsfsgf",
Type = "lvsb",
},
Location = "tgobtvxktootwhhvjtsmpddvlqlrq",
Properties = new AzureNative.OffAzureSpringBoot.Inputs.SpringbootsitesPropertiesArgs
{
MasterSiteId = "xsoimrgshsactearljwuljmi",
MigrateProjectId = "wwuattybgco",
},
ResourceGroupName = "rgspringbootsites",
SpringbootsitesName = "xrmzlavpewxtfeitghdrj",
Tags =
{
{ "key3558", "xeuhtglamqzj" },
},
});
});
package main
import (
offazurespringboot "github.com/pulumi/pulumi-azure-native-sdk/offazurespringboot/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := offazurespringboot.NewSpringbootsite(ctx, "springbootsite", &offazurespringboot.SpringbootsiteArgs{
ExtendedLocation: &offazurespringboot.SpringbootsitesModelExtendedLocationArgs{
Name: pulumi.String("rywvpbfsqovhlfirtwisugsdsfsgf"),
Type: pulumi.String("lvsb"),
},
Location: pulumi.String("tgobtvxktootwhhvjtsmpddvlqlrq"),
Properties: &offazurespringboot.SpringbootsitesPropertiesArgs{
MasterSiteId: pulumi.String("xsoimrgshsactearljwuljmi"),
MigrateProjectId: pulumi.String("wwuattybgco"),
},
ResourceGroupName: pulumi.String("rgspringbootsites"),
SpringbootsitesName: pulumi.String("xrmzlavpewxtfeitghdrj"),
Tags: pulumi.StringMap{
"key3558": pulumi.String("xeuhtglamqzj"),
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.offazurespringboot.Springbootsite;
import com.pulumi.azurenative.offazurespringboot.SpringbootsiteArgs;
import com.pulumi.azurenative.offazurespringboot.inputs.SpringbootsitesModelExtendedLocationArgs;
import com.pulumi.azurenative.offazurespringboot.inputs.SpringbootsitesPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var springbootsite = new Springbootsite("springbootsite", SpringbootsiteArgs.builder()
.extendedLocation(SpringbootsitesModelExtendedLocationArgs.builder()
.name("rywvpbfsqovhlfirtwisugsdsfsgf")
.type("lvsb")
.build())
.location("tgobtvxktootwhhvjtsmpddvlqlrq")
.properties(SpringbootsitesPropertiesArgs.builder()
.masterSiteId("xsoimrgshsactearljwuljmi")
.migrateProjectId("wwuattybgco")
.build())
.resourceGroupName("rgspringbootsites")
.springbootsitesName("xrmzlavpewxtfeitghdrj")
.tags(Map.of("key3558", "xeuhtglamqzj"))
.build());
}
}

springbootsites_CreateOrUpdate_MinimumSet_Gen

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var springbootsite = new AzureNative.OffAzureSpringBoot.Springbootsite("springbootsite", new()
{
Location = "tgobtvxktootwhhvjtsmpddvlqlrq",
ResourceGroupName = "rgspringbootsites",
SpringbootsitesName = "xrmzlavpewxtfeitghdrj",
});
});
package main
import (
offazurespringboot "github.com/pulumi/pulumi-azure-native-sdk/offazurespringboot/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := offazurespringboot.NewSpringbootsite(ctx, "springbootsite", &offazurespringboot.SpringbootsiteArgs{
Location: pulumi.String("tgobtvxktootwhhvjtsmpddvlqlrq"),
ResourceGroupName: pulumi.String("rgspringbootsites"),
SpringbootsitesName: pulumi.String("xrmzlavpewxtfeitghdrj"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.offazurespringboot.Springbootsite;
import com.pulumi.azurenative.offazurespringboot.SpringbootsiteArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var springbootsite = new Springbootsite("springbootsite", SpringbootsiteArgs.builder()
.location("tgobtvxktootwhhvjtsmpddvlqlrq")
.resourceGroupName("rgspringbootsites")
.springbootsitesName("xrmzlavpewxtfeitghdrj")
.build());
}
}

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:offazurespringboot:Springbootsite jjyngfg /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{springbootsitesName}

Properties

Link copied to clipboard

The extended location definition.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>

The geo-location where the resource lives

Link copied to clipboard
val name: Output<String>

The name of the resource

Link copied to clipboard

The springbootsites resource definition.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Resource tags.

Link copied to clipboard
val type: Output<String>

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val urn: Output<String>