published on Saturday, Jul 18, 2026 by Pulumi
published on Saturday, Jul 18, 2026 by Pulumi
Description for Get site extension information by its ID for a web site, or a deployment slot.
Uses Azure REST API version 2025-05-01.
Other available API versions: 2016-08-01, 2018-02-01, 2018-11-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2022-09-01, 2023-01-01, 2023-12-01, 2024-04-01, 2024-11-01, 2025-03-01, 2026-03-01-preview, 2026-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]. See the version guide for details.
Using getWebAppSiteExtensionSlot
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWebAppSiteExtensionSlot(args: GetWebAppSiteExtensionSlotArgs, opts?: InvokeOptions): Promise<GetWebAppSiteExtensionSlotResult>
function getWebAppSiteExtensionSlotOutput(args: GetWebAppSiteExtensionSlotOutputArgs, opts?: InvokeOptions): Output<GetWebAppSiteExtensionSlotResult>def get_web_app_site_extension_slot(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
site_extension_id: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebAppSiteExtensionSlotResult
def get_web_app_site_extension_slot_output(name: pulumi.Input[Optional[str]] = None,
resource_group_name: pulumi.Input[Optional[str]] = None,
site_extension_id: pulumi.Input[Optional[str]] = None,
slot: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebAppSiteExtensionSlotResult]func LookupWebAppSiteExtensionSlot(ctx *Context, args *LookupWebAppSiteExtensionSlotArgs, opts ...InvokeOption) (*LookupWebAppSiteExtensionSlotResult, error)
func LookupWebAppSiteExtensionSlotOutput(ctx *Context, args *LookupWebAppSiteExtensionSlotOutputArgs, opts ...InvokeOption) LookupWebAppSiteExtensionSlotResultOutput> Note: This function is named LookupWebAppSiteExtensionSlot in the Go SDK.
public static class GetWebAppSiteExtensionSlot
{
public static Task<GetWebAppSiteExtensionSlotResult> InvokeAsync(GetWebAppSiteExtensionSlotArgs args, InvokeOptions? opts = null)
public static Output<GetWebAppSiteExtensionSlotResult> Invoke(GetWebAppSiteExtensionSlotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWebAppSiteExtensionSlotResult> getWebAppSiteExtensionSlot(GetWebAppSiteExtensionSlotArgs args, InvokeOptions options)
public static Output<GetWebAppSiteExtensionSlotResult> getWebAppSiteExtensionSlot(GetWebAppSiteExtensionSlotArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:web:getWebAppSiteExtensionSlot
arguments:
# arguments dictionarydata "azure-native_web_get_web_app_site_extension_slot" "name" {
# arguments
}The following arguments are supported:
- Name string
- Site name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Site
Extension stringId - Site extension name.
- Slot string
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- Name string
- Site name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Site
Extension stringId - Site extension name.
- Slot string
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- name string
- Site name.
- resource_
group_ stringname - The name of the resource group. The name is case insensitive.
- site_
extension_ stringid - Site extension name.
- slot string
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- name String
- Site name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- site
Extension StringId - Site extension name.
- slot String
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- name string
- Site name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- site
Extension stringId - Site extension name.
- slot string
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- name str
- Site name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- site_
extension_ strid - Site extension name.
- slot str
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
- name String
- Site name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- site
Extension StringId - Site extension name.
- slot String
- Name of the deployment slot. If a slot is not specified, the API uses the production slot.
getWebAppSiteExtensionSlot Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Web. Outputs. System Data Response - 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"
- 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.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data SystemData Response - 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"
- []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.
- azure_
api_ stringversion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- system_
data object - 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"
- 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_ 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.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data SystemData Response - 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"
- 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.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- system
Data SystemData Response - 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"
- 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.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- system_
data SystemData Response - 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"
- 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.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data 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"
- 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.
Supporting Types
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at string - The timestamp of resource creation (UTC).
- created_
by string - The identity that created the resource.
- created_
by_ stringtype - The type of identity that created the resource.
- last_
modified_ stringat - The timestamp of resource last modification (UTC)
- last_
modified_ stringby - The identity that last modified the resource.
- last_
modified_ stringby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Saturday, Jul 18, 2026 by Pulumi