azure-native.web.StaticSiteLinkedBackendForBuild

Explore with Pulumi AI

Static Site Linked Backend ARM resource. API Version: 2022-03-01.

Example Usage

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var staticSiteLinkedBackendForBuild = new AzureNative.Web.StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuild", new()
    {
        BackendResourceId = "/subscription/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/backendRg/providers/Microsoft.Web/sites/testBackend",
        EnvironmentName = "default",
        LinkedBackendName = "testBackend",
        Name = "testStaticSite0",
        Region = "West US 2",
        ResourceGroupName = "rg",
    });

});
package main

import (
	web "github.com/pulumi/pulumi-azure-native/sdk/go/azure/web"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := web.NewStaticSiteLinkedBackendForBuild(ctx, "staticSiteLinkedBackendForBuild", &web.StaticSiteLinkedBackendForBuildArgs{
			BackendResourceId: pulumi.String("/subscription/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/backendRg/providers/Microsoft.Web/sites/testBackend"),
			EnvironmentName:   pulumi.String("default"),
			LinkedBackendName: pulumi.String("testBackend"),
			Name:              pulumi.String("testStaticSite0"),
			Region:            pulumi.String("West US 2"),
			ResourceGroupName: pulumi.String("rg"),
		})
		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.web.StaticSiteLinkedBackendForBuild;
import com.pulumi.azurenative.web.StaticSiteLinkedBackendForBuildArgs;
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 staticSiteLinkedBackendForBuild = new StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuild", StaticSiteLinkedBackendForBuildArgs.builder()        
            .backendResourceId("/subscription/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/backendRg/providers/Microsoft.Web/sites/testBackend")
            .environmentName("default")
            .linkedBackendName("testBackend")
            .name("testStaticSite0")
            .region("West US 2")
            .resourceGroupName("rg")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

static_site_linked_backend_for_build = azure_native.web.StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuild",
    backend_resource_id="/subscription/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/backendRg/providers/Microsoft.Web/sites/testBackend",
    environment_name="default",
    linked_backend_name="testBackend",
    name="testStaticSite0",
    region="West US 2",
    resource_group_name="rg")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const staticSiteLinkedBackendForBuild = new azure_native.web.StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuild", {
    backendResourceId: "/subscription/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/backendRg/providers/Microsoft.Web/sites/testBackend",
    environmentName: "default",
    linkedBackendName: "testBackend",
    name: "testStaticSite0",
    region: "West US 2",
    resourceGroupName: "rg",
});
resources:
  staticSiteLinkedBackendForBuild:
    type: azure-native:web:StaticSiteLinkedBackendForBuild
    properties:
      backendResourceId: /subscription/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/backendRg/providers/Microsoft.Web/sites/testBackend
      environmentName: default
      linkedBackendName: testBackend
      name: testStaticSite0
      region: West US 2
      resourceGroupName: rg

Create StaticSiteLinkedBackendForBuild Resource

new StaticSiteLinkedBackendForBuild(name: string, args: StaticSiteLinkedBackendForBuildArgs, opts?: CustomResourceOptions);
@overload
def StaticSiteLinkedBackendForBuild(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    backend_resource_id: Optional[str] = None,
                                    environment_name: Optional[str] = None,
                                    kind: Optional[str] = None,
                                    linked_backend_name: Optional[str] = None,
                                    name: Optional[str] = None,
                                    region: Optional[str] = None,
                                    resource_group_name: Optional[str] = None)
@overload
def StaticSiteLinkedBackendForBuild(resource_name: str,
                                    args: StaticSiteLinkedBackendForBuildArgs,
                                    opts: Optional[ResourceOptions] = None)
func NewStaticSiteLinkedBackendForBuild(ctx *Context, name string, args StaticSiteLinkedBackendForBuildArgs, opts ...ResourceOption) (*StaticSiteLinkedBackendForBuild, error)
public StaticSiteLinkedBackendForBuild(string name, StaticSiteLinkedBackendForBuildArgs args, CustomResourceOptions? opts = null)
public StaticSiteLinkedBackendForBuild(String name, StaticSiteLinkedBackendForBuildArgs args)
public StaticSiteLinkedBackendForBuild(String name, StaticSiteLinkedBackendForBuildArgs args, CustomResourceOptions options)
type: azure-native:web:StaticSiteLinkedBackendForBuild
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

StaticSiteLinkedBackendForBuild Resource Properties

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

Inputs

The StaticSiteLinkedBackendForBuild resource accepts the following input properties:

EnvironmentName string

The stage site identifier

Name string

Name of the static site

ResourceGroupName string

Name of the resource group to which the resource belongs.

BackendResourceId string

The resource id of the backend linked to the static site

Kind string

Kind of resource.

LinkedBackendName string

Name of the backend to link to the static site

Region string

The region of the backend linked to the static site

EnvironmentName string

The stage site identifier

Name string

Name of the static site

ResourceGroupName string

Name of the resource group to which the resource belongs.

BackendResourceId string

The resource id of the backend linked to the static site

Kind string

Kind of resource.

LinkedBackendName string

Name of the backend to link to the static site

Region string

The region of the backend linked to the static site

environmentName String

The stage site identifier

name String

Name of the static site

resourceGroupName String

Name of the resource group to which the resource belongs.

backendResourceId String

The resource id of the backend linked to the static site

kind String

Kind of resource.

linkedBackendName String

Name of the backend to link to the static site

region String

The region of the backend linked to the static site

environmentName string

The stage site identifier

name string

Name of the static site

resourceGroupName string

Name of the resource group to which the resource belongs.

backendResourceId string

The resource id of the backend linked to the static site

kind string

Kind of resource.

linkedBackendName string

Name of the backend to link to the static site

region string

The region of the backend linked to the static site

environment_name str

The stage site identifier

name str

Name of the static site

resource_group_name str

Name of the resource group to which the resource belongs.

backend_resource_id str

The resource id of the backend linked to the static site

kind str

Kind of resource.

linked_backend_name str

Name of the backend to link to the static site

region str

The region of the backend linked to the static site

environmentName String

The stage site identifier

name String

Name of the static site

resourceGroupName String

Name of the resource group to which the resource belongs.

backendResourceId String

The resource id of the backend linked to the static site

kind String

Kind of resource.

linkedBackendName String

Name of the backend to link to the static site

region String

The region of the backend linked to the static site

Outputs

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

CreatedOn string

The date and time on which the backend was linked to the static site.

Id string

The provider-assigned unique ID for this managed resource.

ProvisioningState string

The provisioning state of the linking process.

Type string

Resource type.

CreatedOn string

The date and time on which the backend was linked to the static site.

Id string

The provider-assigned unique ID for this managed resource.

ProvisioningState string

The provisioning state of the linking process.

Type string

Resource type.

createdOn String

The date and time on which the backend was linked to the static site.

id String

The provider-assigned unique ID for this managed resource.

provisioningState String

The provisioning state of the linking process.

type String

Resource type.

createdOn string

The date and time on which the backend was linked to the static site.

id string

The provider-assigned unique ID for this managed resource.

provisioningState string

The provisioning state of the linking process.

type string

Resource type.

created_on str

The date and time on which the backend was linked to the static site.

id str

The provider-assigned unique ID for this managed resource.

provisioning_state str

The provisioning state of the linking process.

type str

Resource type.

createdOn String

The date and time on which the backend was linked to the static site.

id String

The provider-assigned unique ID for this managed resource.

provisioningState String

The provisioning state of the linking process.

type String

Resource type.

Import

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

$ pulumi import azure-native:web:StaticSiteLinkedBackendForBuild testBackend /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.Web/staticSites/testStaticSite0/builds/default/linkedBackends/testBackend 

Package Details

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