These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.web.WebAppSiteExtensionSlot
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Site Extension Information. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppSiteExtensionSlot myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}
Create WebAppSiteExtensionSlot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebAppSiteExtensionSlot(name: string, args: WebAppSiteExtensionSlotArgs, opts?: CustomResourceOptions);
@overload
def WebAppSiteExtensionSlot(resource_name: str,
args: WebAppSiteExtensionSlotArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WebAppSiteExtensionSlot(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
site_extension_id: Optional[str] = None)
func NewWebAppSiteExtensionSlot(ctx *Context, name string, args WebAppSiteExtensionSlotArgs, opts ...ResourceOption) (*WebAppSiteExtensionSlot, error)
public WebAppSiteExtensionSlot(string name, WebAppSiteExtensionSlotArgs args, CustomResourceOptions? opts = null)
public WebAppSiteExtensionSlot(String name, WebAppSiteExtensionSlotArgs args)
public WebAppSiteExtensionSlot(String name, WebAppSiteExtensionSlotArgs args, CustomResourceOptions options)
type: azure-native:web:WebAppSiteExtensionSlot
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WebAppSiteExtensionSlotArgs
- 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 WebAppSiteExtensionSlotArgs
- 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 WebAppSiteExtensionSlotArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebAppSiteExtensionSlotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebAppSiteExtensionSlotArgs
- 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 webAppSiteExtensionSlotResource = new AzureNative.Web.WebAppSiteExtensionSlot("webAppSiteExtensionSlotResource", new()
{
Name = "string",
ResourceGroupName = "string",
Slot = "string",
SiteExtensionId = "string",
});
example, err := web.NewWebAppSiteExtensionSlot(ctx, "webAppSiteExtensionSlotResource", &web.WebAppSiteExtensionSlotArgs{
Name: "string",
ResourceGroupName: "string",
Slot: "string",
SiteExtensionId: "string",
})
var webAppSiteExtensionSlotResource = new WebAppSiteExtensionSlot("webAppSiteExtensionSlotResource", WebAppSiteExtensionSlotArgs.builder()
.name("string")
.resourceGroupName("string")
.slot("string")
.siteExtensionId("string")
.build());
web_app_site_extension_slot_resource = azure_native.web.WebAppSiteExtensionSlot("webAppSiteExtensionSlotResource",
name=string,
resource_group_name=string,
slot=string,
site_extension_id=string)
const webAppSiteExtensionSlotResource = new azure_native.web.WebAppSiteExtensionSlot("webAppSiteExtensionSlotResource", {
name: "string",
resourceGroupName: "string",
slot: "string",
siteExtensionId: "string",
});
type: azure-native:web:WebAppSiteExtensionSlot
properties:
name: string
resourceGroupName: string
siteExtensionId: string
slot: string
WebAppSiteExtensionSlot 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 WebAppSiteExtensionSlot resource accepts the following input properties:
- Name string
- Site name.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Slot string
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- Site
Extension stringId - Site extension name.
- Name string
- Site name.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Slot string
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- Site
Extension stringId - Site extension name.
- name String
- Site name.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- site
Extension StringId - Site extension name.
- name string
- Site name.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- slot string
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- site
Extension stringId - Site extension name.
- name str
- Site name.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- slot str
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- site_
extension_ strid - Site extension name.
- name String
- Site name.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- site
Extension StringId - Site extension name.
Outputs
All input properties are implicitly available as output properties. Additionally, the WebAppSiteExtensionSlot resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Type string
- Resource type.
- List<string>
- List of authors.
- Comment string
- Site Extension comment.
- Description string
- Detailed description.
- Download
Count int - Count of downloads.
- Extension
Id string - Site extension ID.
- Extension
Type string - Site extension type.
- Extension
Url string - Extension URL.
- Feed
Url string - Feed URL.
- Icon
Url string - Icon URL.
- Installed
Date stringTime - Installed timestamp.
- Installer
Command stringLine Params - Installer command line parameters.
- Kind string
- Kind of resource.
- License
Url string - License URL.
- Local
Is boolLatest Version - true if the local version is the latest version; false otherwise.
- Local
Path string - Local path.
- Project
Url string - Project URL.
- Provisioning
State string - Provisioning state.
- Published
Date stringTime - Published timestamp.
- Summary string
- Summary description.
- Title string
- Version string
- Version information.
- Id string
- The provider-assigned unique ID for this managed resource.
- Type string
- Resource type.
- []string
- List of authors.
- Comment string
- Site Extension comment.
- Description string
- Detailed description.
- Download
Count int - Count of downloads.
- Extension
Id string - Site extension ID.
- Extension
Type string - Site extension type.
- Extension
Url string - Extension URL.
- Feed
Url string - Feed URL.
- Icon
Url string - Icon URL.
- Installed
Date stringTime - Installed timestamp.
- Installer
Command stringLine Params - Installer command line parameters.
- Kind string
- Kind of resource.
- License
Url string - License URL.
- Local
Is boolLatest Version - true if the local version is the latest version; false otherwise.
- Local
Path string - Local path.
- Project
Url string - Project URL.
- Provisioning
State string - Provisioning state.
- Published
Date stringTime - Published timestamp.
- Summary string
- Summary description.
- Title string
- Version string
- Version information.
- id String
- The provider-assigned unique ID for this managed resource.
- type String
- Resource type.
- List<String>
- List of authors.
- comment String
- Site Extension comment.
- description String
- Detailed description.
- download
Count Integer - Count of downloads.
- extension
Id String - Site extension ID.
- extension
Type String - Site extension type.
- extension
Url String - Extension URL.
- feed
Url String - Feed URL.
- icon
Url String - Icon URL.
- installed
Date StringTime - Installed timestamp.
- installer
Command StringLine Params - Installer command line parameters.
- kind String
- Kind of resource.
- license
Url String - License URL.
- local
Is BooleanLatest Version - true if the local version is the latest version; false otherwise.
- local
Path String - Local path.
- project
Url String - Project URL.
- provisioning
State String - Provisioning state.
- published
Date StringTime - Published timestamp.
- summary String
- Summary description.
- title String
- version String
- Version information.
- id string
- The provider-assigned unique ID for this managed resource.
- type string
- Resource type.
- string[]
- List of authors.
- comment string
- Site Extension comment.
- description string
- Detailed description.
- download
Count number - Count of downloads.
- extension
Id string - Site extension ID.
- extension
Type string - Site extension type.
- extension
Url string - Extension URL.
- feed
Url string - Feed URL.
- icon
Url string - Icon URL.
- installed
Date stringTime - Installed timestamp.
- installer
Command stringLine Params - Installer command line parameters.
- kind string
- Kind of resource.
- license
Url string - License URL.
- local
Is booleanLatest Version - true if the local version is the latest version; false otherwise.
- local
Path string - Local path.
- project
Url string - Project URL.
- provisioning
State string - Provisioning state.
- published
Date stringTime - Published timestamp.
- summary string
- Summary description.
- title string
- version string
- Version information.
- id str
- The provider-assigned unique ID for this managed resource.
- type str
- Resource type.
- Sequence[str]
- List of authors.
- comment str
- Site Extension comment.
- description str
- Detailed description.
- download_
count int - Count of downloads.
- extension_
id str - Site extension ID.
- extension_
type str - Site extension type.
- extension_
url str - Extension URL.
- feed_
url str - Feed URL.
- icon_
url str - Icon URL.
- installed_
date_ strtime - Installed timestamp.
- installer_
command_ strline_ params - Installer command line parameters.
- kind str
- Kind of resource.
- license_
url str - License URL.
- local_
is_ boollatest_ version - true if the local version is the latest version; false otherwise.
- local_
path str - Local path.
- project_
url str - Project URL.
- provisioning_
state str - Provisioning state.
- published_
date_ strtime - Published timestamp.
- summary str
- Summary description.
- title str
- version str
- Version information.
- id String
- The provider-assigned unique ID for this managed resource.
- type String
- Resource type.
- List<String>
- List of authors.
- comment String
- Site Extension comment.
- description String
- Detailed description.
- download
Count Number - Count of downloads.
- extension
Id String - Site extension ID.
- extension
Type String - Site extension type.
- extension
Url String - Extension URL.
- feed
Url String - Feed URL.
- icon
Url String - Icon URL.
- installed
Date StringTime - Installed timestamp.
- installer
Command StringLine Params - Installer command line parameters.
- kind String
- Kind of resource.
- license
Url String - License URL.
- local
Is BooleanLatest Version - true if the local version is the latest version; false otherwise.
- local
Path String - Local path.
- project
Url String - Project URL.
- provisioning
State String - Provisioning state.
- published
Date StringTime - Published timestamp.
- summary String
- Summary description.
- title String
- version String
- Version information.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi