1. Packages
  2. Azure Native
  3. API Docs
  4. offazurespringboot
  5. Springbootsite
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

azure-native.offazurespringboot.Springbootsite

Explore with Pulumi AI

The springbootsites envelope resource definition.

Uses Azure REST API version 2024-04-01-preview.

Other available API versions: 2023-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native offazurespringboot [ApiVersion]. See the version guide for details.

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" },
        },
    });

});
Copy
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
	})
}
Copy
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());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const springbootsite = new azure_native.offazurespringboot.Springbootsite("springbootsite", {
    extendedLocation: {
        name: "rywvpbfsqovhlfirtwisugsdsfsgf",
        type: "lvsb",
    },
    location: "tgobtvxktootwhhvjtsmpddvlqlrq",
    properties: {
        masterSiteId: "xsoimrgshsactearljwuljmi",
        migrateProjectId: "wwuattybgco",
    },
    resourceGroupName: "rgspringbootsites",
    springbootsitesName: "xrmzlavpewxtfeitghdrj",
    tags: {
        key3558: "xeuhtglamqzj",
    },
});
Copy
import pulumi
import pulumi_azure_native as azure_native

springbootsite = azure_native.offazurespringboot.Springbootsite("springbootsite",
    extended_location={
        "name": "rywvpbfsqovhlfirtwisugsdsfsgf",
        "type": "lvsb",
    },
    location="tgobtvxktootwhhvjtsmpddvlqlrq",
    properties={
        "master_site_id": "xsoimrgshsactearljwuljmi",
        "migrate_project_id": "wwuattybgco",
    },
    resource_group_name="rgspringbootsites",
    springbootsites_name="xrmzlavpewxtfeitghdrj",
    tags={
        "key3558": "xeuhtglamqzj",
    })
Copy
resources:
  springbootsite:
    type: azure-native:offazurespringboot:Springbootsite
    properties:
      extendedLocation:
        name: rywvpbfsqovhlfirtwisugsdsfsgf
        type: lvsb
      location: tgobtvxktootwhhvjtsmpddvlqlrq
      properties:
        masterSiteId: xsoimrgshsactearljwuljmi
        migrateProjectId: wwuattybgco
      resourceGroupName: rgspringbootsites
      springbootsitesName: xrmzlavpewxtfeitghdrj
      tags:
        key3558: xeuhtglamqzj
Copy

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",
    });

});
Copy
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
	})
}
Copy
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());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const springbootsite = new azure_native.offazurespringboot.Springbootsite("springbootsite", {
    location: "tgobtvxktootwhhvjtsmpddvlqlrq",
    resourceGroupName: "rgspringbootsites",
    springbootsitesName: "xrmzlavpewxtfeitghdrj",
});
Copy
import pulumi
import pulumi_azure_native as azure_native

springbootsite = azure_native.offazurespringboot.Springbootsite("springbootsite",
    location="tgobtvxktootwhhvjtsmpddvlqlrq",
    resource_group_name="rgspringbootsites",
    springbootsites_name="xrmzlavpewxtfeitghdrj")
Copy
resources:
  springbootsite:
    type: azure-native:offazurespringboot:Springbootsite
    properties:
      location: tgobtvxktootwhhvjtsmpddvlqlrq
      resourceGroupName: rgspringbootsites
      springbootsitesName: xrmzlavpewxtfeitghdrj
Copy

Create Springbootsite Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Springbootsite(name: string, args: SpringbootsiteArgs, opts?: CustomResourceOptions);
@overload
def Springbootsite(resource_name: str,
                   args: SpringbootsiteArgs,
                   opts: Optional[ResourceOptions] = None)

@overload
def Springbootsite(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   resource_group_name: Optional[str] = None,
                   extended_location: Optional[SpringbootsitesModelExtendedLocationArgs] = None,
                   location: Optional[str] = None,
                   properties: Optional[SpringbootsitesPropertiesArgs] = None,
                   springbootsites_name: Optional[str] = None,
                   tags: Optional[Mapping[str, str]] = None)
func NewSpringbootsite(ctx *Context, name string, args SpringbootsiteArgs, opts ...ResourceOption) (*Springbootsite, error)
public Springbootsite(string name, SpringbootsiteArgs args, CustomResourceOptions? opts = null)
public Springbootsite(String name, SpringbootsiteArgs args)
public Springbootsite(String name, SpringbootsiteArgs args, CustomResourceOptions options)
type: azure-native:offazurespringboot:Springbootsite
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SpringbootsiteArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SpringbootsiteArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SpringbootsiteArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SpringbootsiteArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SpringbootsiteArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var springbootsiteResource = new AzureNative.OffAzureSpringBoot.Springbootsite("springbootsiteResource", new()
{
    ResourceGroupName = "string",
    ExtendedLocation = new AzureNative.OffAzureSpringBoot.Inputs.SpringbootsitesModelExtendedLocationArgs
    {
        Name = "string",
        Type = "string",
    },
    Location = "string",
    Properties = new AzureNative.OffAzureSpringBoot.Inputs.SpringbootsitesPropertiesArgs
    {
        MasterSiteId = "string",
        MigrateProjectId = "string",
        ProvisioningState = "string",
    },
    SpringbootsitesName = "string",
    Tags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := offazurespringboot.NewSpringbootsite(ctx, "springbootsiteResource", &offazurespringboot.SpringbootsiteArgs{
	ResourceGroupName: pulumi.String("string"),
	ExtendedLocation: &offazurespringboot.SpringbootsitesModelExtendedLocationArgs{
		Name: pulumi.String("string"),
		Type: pulumi.String("string"),
	},
	Location: pulumi.String("string"),
	Properties: &offazurespringboot.SpringbootsitesPropertiesArgs{
		MasterSiteId:      pulumi.String("string"),
		MigrateProjectId:  pulumi.String("string"),
		ProvisioningState: pulumi.String("string"),
	},
	SpringbootsitesName: pulumi.String("string"),
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var springbootsiteResource = new Springbootsite("springbootsiteResource", SpringbootsiteArgs.builder()
    .resourceGroupName("string")
    .extendedLocation(SpringbootsitesModelExtendedLocationArgs.builder()
        .name("string")
        .type("string")
        .build())
    .location("string")
    .properties(SpringbootsitesPropertiesArgs.builder()
        .masterSiteId("string")
        .migrateProjectId("string")
        .provisioningState("string")
        .build())
    .springbootsitesName("string")
    .tags(Map.of("string", "string"))
    .build());
Copy
springbootsite_resource = azure_native.offazurespringboot.Springbootsite("springbootsiteResource",
    resource_group_name="string",
    extended_location={
        "name": "string",
        "type": "string",
    },
    location="string",
    properties={
        "master_site_id": "string",
        "migrate_project_id": "string",
        "provisioning_state": "string",
    },
    springbootsites_name="string",
    tags={
        "string": "string",
    })
Copy
const springbootsiteResource = new azure_native.offazurespringboot.Springbootsite("springbootsiteResource", {
    resourceGroupName: "string",
    extendedLocation: {
        name: "string",
        type: "string",
    },
    location: "string",
    properties: {
        masterSiteId: "string",
        migrateProjectId: "string",
        provisioningState: "string",
    },
    springbootsitesName: "string",
    tags: {
        string: "string",
    },
});
Copy
type: azure-native:offazurespringboot:Springbootsite
properties:
    extendedLocation:
        name: string
        type: string
    location: string
    properties:
        masterSiteId: string
        migrateProjectId: string
        provisioningState: string
    resourceGroupName: string
    springbootsitesName: string
    tags:
        string: string
Copy

Springbootsite Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Springbootsite resource accepts the following input properties:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ExtendedLocation Pulumi.AzureNative.OffAzureSpringBoot.Inputs.SpringbootsitesModelExtendedLocation
The extended location definition.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Properties Pulumi.AzureNative.OffAzureSpringBoot.Inputs.SpringbootsitesProperties
The springbootsites resource definition.
SpringbootsitesName Changes to this property will trigger replacement. string
The springbootsites name.
Tags Dictionary<string, string>
Resource tags.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ExtendedLocation SpringbootsitesModelExtendedLocationArgs
The extended location definition.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Properties SpringbootsitesPropertiesArgs
The springbootsites resource definition.
SpringbootsitesName Changes to this property will trigger replacement. string
The springbootsites name.
Tags map[string]string
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
extendedLocation SpringbootsitesModelExtendedLocation
The extended location definition.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
properties SpringbootsitesProperties
The springbootsites resource definition.
springbootsitesName Changes to this property will trigger replacement. String
The springbootsites name.
tags Map<String,String>
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
extendedLocation SpringbootsitesModelExtendedLocation
The extended location definition.
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
properties SpringbootsitesProperties
The springbootsites resource definition.
springbootsitesName Changes to this property will trigger replacement. string
The springbootsites name.
tags {[key: string]: string}
Resource tags.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
extended_location SpringbootsitesModelExtendedLocationArgs
The extended location definition.
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
properties SpringbootsitesPropertiesArgs
The springbootsites resource definition.
springbootsites_name Changes to this property will trigger replacement. str
The springbootsites name.
tags Mapping[str, str]
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
extendedLocation Property Map
The extended location definition.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
properties Property Map
The springbootsites resource definition.
springbootsitesName Changes to this property will trigger replacement. String
The springbootsites name.
tags Map<String>
Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the Springbootsite resource produces the following output properties:

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
SystemData Pulumi.AzureNative.OffAzureSpringBoot.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version of the resource.
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the resource
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

ProvisioningState
, ProvisioningStateArgs

Unknown
Unknown
Succeeded
Succeeded
Failed
Failed
Canceled
Canceled
Accepted
Accepted
Provisioning
Provisioning
Deleting
Deleting
ProvisioningStateUnknown
Unknown
ProvisioningStateSucceeded
Succeeded
ProvisioningStateFailed
Failed
ProvisioningStateCanceled
Canceled
ProvisioningStateAccepted
Accepted
ProvisioningStateProvisioning
Provisioning
ProvisioningStateDeleting
Deleting
Unknown
Unknown
Succeeded
Succeeded
Failed
Failed
Canceled
Canceled
Accepted
Accepted
Provisioning
Provisioning
Deleting
Deleting
Unknown
Unknown
Succeeded
Succeeded
Failed
Failed
Canceled
Canceled
Accepted
Accepted
Provisioning
Provisioning
Deleting
Deleting
UNKNOWN
Unknown
SUCCEEDED
Succeeded
FAILED
Failed
CANCELED
Canceled
ACCEPTED
Accepted
PROVISIONING
Provisioning
DELETING
Deleting
"Unknown"
Unknown
"Succeeded"
Succeeded
"Failed"
Failed
"Canceled"
Canceled
"Accepted"
Accepted
"Provisioning"
Provisioning
"Deleting"
Deleting

SpringbootsitesModelExtendedLocation
, SpringbootsitesModelExtendedLocationArgs

Name string
The extended location name.
Type string
The extended location type.
Name string
The extended location name.
Type string
The extended location type.
name String
The extended location name.
type String
The extended location type.
name string
The extended location name.
type string
The extended location type.
name str
The extended location name.
type str
The extended location type.
name String
The extended location name.
type String
The extended location type.

SpringbootsitesModelResponseExtendedLocation
, SpringbootsitesModelResponseExtendedLocationArgs

Name string
The extended location name.
Type string
The extended location type.
Name string
The extended location name.
Type string
The extended location type.
name String
The extended location name.
type String
The extended location type.
name string
The extended location name.
type string
The extended location type.
name str
The extended location name.
type str
The extended location type.
name String
The extended location name.
type String
The extended location type.

SpringbootsitesProperties
, SpringbootsitesPropertiesArgs

MasterSiteId string
The master site ID from Azure Migrate.
MigrateProjectId string
The migrate project ID from Azure Migrate.
ProvisioningState string | Pulumi.AzureNative.OffAzureSpringBoot.ProvisioningState
The resource provisioning state.
MasterSiteId string
The master site ID from Azure Migrate.
MigrateProjectId string
The migrate project ID from Azure Migrate.
ProvisioningState string | ProvisioningState
The resource provisioning state.
masterSiteId String
The master site ID from Azure Migrate.
migrateProjectId String
The migrate project ID from Azure Migrate.
provisioningState String | ProvisioningState
The resource provisioning state.
masterSiteId string
The master site ID from Azure Migrate.
migrateProjectId string
The migrate project ID from Azure Migrate.
provisioningState string | ProvisioningState
The resource provisioning state.
master_site_id str
The master site ID from Azure Migrate.
migrate_project_id str
The migrate project ID from Azure Migrate.
provisioning_state str | ProvisioningState
The resource provisioning state.
masterSiteId String
The master site ID from Azure Migrate.
migrateProjectId String
The migrate project ID from Azure Migrate.
provisioningState String | "Unknown" | "Succeeded" | "Failed" | "Canceled" | "Accepted" | "Provisioning" | "Deleting"
The resource provisioning state.

SpringbootsitesPropertiesResponse
, SpringbootsitesPropertiesResponseArgs

MasterSiteId string
The master site ID from Azure Migrate.
MigrateProjectId string
The migrate project ID from Azure Migrate.
ProvisioningState string
The resource provisioning state.
MasterSiteId string
The master site ID from Azure Migrate.
MigrateProjectId string
The migrate project ID from Azure Migrate.
ProvisioningState string
The resource provisioning state.
masterSiteId String
The master site ID from Azure Migrate.
migrateProjectId String
The migrate project ID from Azure Migrate.
provisioningState String
The resource provisioning state.
masterSiteId string
The master site ID from Azure Migrate.
migrateProjectId string
The migrate project ID from Azure Migrate.
provisioningState string
The resource provisioning state.
master_site_id str
The master site ID from Azure Migrate.
migrate_project_id str
The migrate project ID from Azure Migrate.
provisioning_state str
The resource provisioning state.
masterSiteId String
The master site ID from Azure Migrate.
migrateProjectId String
The migrate project ID from Azure Migrate.
provisioningState String
The resource provisioning state.

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

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} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0