azure-native-v2.web.StaticSiteLinkedBackendForBuild
Explore with Pulumi AI
Static Site Linked Backend ARM resource. Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2022-03-01.
Other available API versions: 2023-01-01, 2023-12-01, 2024-04-01.
Create StaticSiteLinkedBackendForBuild Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StaticSiteLinkedBackendForBuild(name: string, args: StaticSiteLinkedBackendForBuildArgs, opts?: CustomResourceOptions);
@overload
def StaticSiteLinkedBackendForBuild(resource_name: str,
args: StaticSiteLinkedBackendForBuildArgs,
opts: Optional[ResourceOptions] = None)
@overload
def StaticSiteLinkedBackendForBuild(resource_name: str,
opts: Optional[ResourceOptions] = None,
environment_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
backend_resource_id: Optional[str] = None,
kind: Optional[str] = None,
linked_backend_name: Optional[str] = None,
region: Optional[str] = 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.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. StaticSiteLinkedBackendForBuildArgs - 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. 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
This property is required. string - The unique name of the resource.
- args
This property is required. StaticSiteLinkedBackendForBuildArgs - 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. StaticSiteLinkedBackendForBuildArgs - 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. StaticSiteLinkedBackendForBuildArgs - 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 staticSiteLinkedBackendForBuildResource = new AzureNative.Web.StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuildResource", new()
{
EnvironmentName = "string",
Name = "string",
ResourceGroupName = "string",
BackendResourceId = "string",
Kind = "string",
LinkedBackendName = "string",
Region = "string",
});
example, err := web.NewStaticSiteLinkedBackendForBuild(ctx, "staticSiteLinkedBackendForBuildResource", &web.StaticSiteLinkedBackendForBuildArgs{
EnvironmentName: "string",
Name: "string",
ResourceGroupName: "string",
BackendResourceId: "string",
Kind: "string",
LinkedBackendName: "string",
Region: "string",
})
var staticSiteLinkedBackendForBuildResource = new StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuildResource", StaticSiteLinkedBackendForBuildArgs.builder()
.environmentName("string")
.name("string")
.resourceGroupName("string")
.backendResourceId("string")
.kind("string")
.linkedBackendName("string")
.region("string")
.build());
static_site_linked_backend_for_build_resource = azure_native.web.StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuildResource",
environment_name=string,
name=string,
resource_group_name=string,
backend_resource_id=string,
kind=string,
linked_backend_name=string,
region=string)
const staticSiteLinkedBackendForBuildResource = new azure_native.web.StaticSiteLinkedBackendForBuild("staticSiteLinkedBackendForBuildResource", {
environmentName: "string",
name: "string",
resourceGroupName: "string",
backendResourceId: "string",
kind: "string",
linkedBackendName: "string",
region: "string",
});
type: azure-native:web:StaticSiteLinkedBackendForBuild
properties:
backendResourceId: string
environmentName: string
kind: string
linkedBackendName: string
name: string
region: string
resourceGroupName: string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The StaticSiteLinkedBackendForBuild resource accepts the following input properties:
- Environment
Name This property is required. Changes to this property will trigger replacement.
- The stage site identifier
- Name
This property is required. Changes to this property will trigger replacement.
- Name of the static site
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group to which the resource belongs.
- Backend
Resource stringId - The resource id of the backend linked to the static site
- Kind string
- Kind of resource.
- Linked
Backend Name Changes to this property will trigger replacement.
- Name of the backend to link to the static site
- Region string
- The region of the backend linked to the static site
- Environment
Name This property is required. Changes to this property will trigger replacement.
- The stage site identifier
- Name
This property is required. Changes to this property will trigger replacement.
- Name of the static site
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group to which the resource belongs.
- Backend
Resource stringId - The resource id of the backend linked to the static site
- Kind string
- Kind of resource.
- Linked
Backend Name Changes to this property will trigger replacement.
- Name of the backend to link to the static site
- Region string
- The region of the backend linked to the static site
- environment
Name This property is required. Changes to this property will trigger replacement.
- The stage site identifier
- name
This property is required. Changes to this property will trigger replacement.
- Name of the static site
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group to which the resource belongs.
- backend
Resource StringId - The resource id of the backend linked to the static site
- kind String
- Kind of resource.
- linked
Backend Name Changes to this property will trigger replacement.
- Name of the backend to link to the static site
- region String
- The region of the backend linked to the static site
- environment
Name This property is required. Changes to this property will trigger replacement.
- The stage site identifier
- name
This property is required. Changes to this property will trigger replacement.
- Name of the static site
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group to which the resource belongs.
- backend
Resource stringId - The resource id of the backend linked to the static site
- kind string
- Kind of resource.
- linked
Backend Name Changes to this property will trigger replacement.
- Name of the backend to link to the static site
- region string
- The region of the backend linked to the static site
- environment_
name This property is required. Changes to this property will trigger replacement.
- The stage site identifier
- name
This property is required. Changes to this property will trigger replacement.
- Name of the static site
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of the resource group to which the resource belongs.
- backend_
resource_ strid - The resource id of the backend linked to the static site
- kind str
- Kind of resource.
- linked_
backend_ name Changes to this property will trigger replacement.
- Name of the backend to link to the static site
- region str
- The region of the backend linked to the static site
- environment
Name This property is required. Changes to this property will trigger replacement.
- The stage site identifier
- name
This property is required. Changes to this property will trigger replacement.
- Name of the static site
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the resource group to which the resource belongs.
- backend
Resource StringId - The resource id of the backend linked to the static site
- kind String
- Kind of resource.
- linked
Backend Name Changes to this property will trigger replacement.
- 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:
- Created
On 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.
- Provisioning
State string - The provisioning state of the linking process.
- Type string
- Resource type.
- Created
On 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.
- Provisioning
State string - The provisioning state of the linking process.
- Type string
- Resource type.
- created
On 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.
- provisioning
State String - The provisioning state of the linking process.
- type String
- Resource type.
- created
On 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.
- provisioning
State 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.
- created
On 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.
- provisioning
State 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/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/linkedBackends/{linkedBackendName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0