1. Packages
  2. Azure Native v2
  3. API Docs
  4. web
  5. getWebAppHybridConnectionSlot
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.web.getWebAppHybridConnectionSlot

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App. Azure REST API version: 2022-09-01.

Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.

Using getWebAppHybridConnectionSlot

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 getWebAppHybridConnectionSlot(args: GetWebAppHybridConnectionSlotArgs, opts?: InvokeOptions): Promise<GetWebAppHybridConnectionSlotResult>
function getWebAppHybridConnectionSlotOutput(args: GetWebAppHybridConnectionSlotOutputArgs, opts?: InvokeOptions): Output<GetWebAppHybridConnectionSlotResult>
Copy
def get_web_app_hybrid_connection_slot(name: Optional[str] = None,
                                       namespace_name: Optional[str] = None,
                                       relay_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       slot: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetWebAppHybridConnectionSlotResult
def get_web_app_hybrid_connection_slot_output(name: Optional[pulumi.Input[str]] = None,
                                       namespace_name: Optional[pulumi.Input[str]] = None,
                                       relay_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       slot: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetWebAppHybridConnectionSlotResult]
Copy
func LookupWebAppHybridConnectionSlot(ctx *Context, args *LookupWebAppHybridConnectionSlotArgs, opts ...InvokeOption) (*LookupWebAppHybridConnectionSlotResult, error)
func LookupWebAppHybridConnectionSlotOutput(ctx *Context, args *LookupWebAppHybridConnectionSlotOutputArgs, opts ...InvokeOption) LookupWebAppHybridConnectionSlotResultOutput
Copy

> Note: This function is named LookupWebAppHybridConnectionSlot in the Go SDK.

public static class GetWebAppHybridConnectionSlot 
{
    public static Task<GetWebAppHybridConnectionSlotResult> InvokeAsync(GetWebAppHybridConnectionSlotArgs args, InvokeOptions? opts = null)
    public static Output<GetWebAppHybridConnectionSlotResult> Invoke(GetWebAppHybridConnectionSlotInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWebAppHybridConnectionSlotResult> getWebAppHybridConnectionSlot(GetWebAppHybridConnectionSlotArgs args, InvokeOptions options)
public static Output<GetWebAppHybridConnectionSlotResult> getWebAppHybridConnectionSlot(GetWebAppHybridConnectionSlotArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:web:getWebAppHybridConnectionSlot
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name
This property is required.
Changes to this property will trigger replacement.
string
The name of the web app.
NamespaceName
This property is required.
Changes to this property will trigger replacement.
string
The namespace for this hybrid connection.
RelayName
This property is required.
Changes to this property will trigger replacement.
string
The relay name for this hybrid connection.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
Slot
This property is required.
Changes to this property will trigger replacement.
string
The name of the slot for the web app.
Name
This property is required.
Changes to this property will trigger replacement.
string
The name of the web app.
NamespaceName
This property is required.
Changes to this property will trigger replacement.
string
The namespace for this hybrid connection.
RelayName
This property is required.
Changes to this property will trigger replacement.
string
The relay name for this hybrid connection.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
Slot
This property is required.
Changes to this property will trigger replacement.
string
The name of the slot for the web app.
name
This property is required.
Changes to this property will trigger replacement.
String
The name of the web app.
namespaceName
This property is required.
Changes to this property will trigger replacement.
String
The namespace for this hybrid connection.
relayName
This property is required.
Changes to this property will trigger replacement.
String
The relay name for this hybrid connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the resource group to which the resource belongs.
slot
This property is required.
Changes to this property will trigger replacement.
String
The name of the slot for the web app.
name
This property is required.
Changes to this property will trigger replacement.
string
The name of the web app.
namespaceName
This property is required.
Changes to this property will trigger replacement.
string
The namespace for this hybrid connection.
relayName
This property is required.
Changes to this property will trigger replacement.
string
The relay name for this hybrid connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
slot
This property is required.
Changes to this property will trigger replacement.
string
The name of the slot for the web app.
name
This property is required.
Changes to this property will trigger replacement.
str
The name of the web app.
namespace_name
This property is required.
Changes to this property will trigger replacement.
str
The namespace for this hybrid connection.
relay_name
This property is required.
Changes to this property will trigger replacement.
str
The relay name for this hybrid connection.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the resource group to which the resource belongs.
slot
This property is required.
Changes to this property will trigger replacement.
str
The name of the slot for the web app.
name
This property is required.
Changes to this property will trigger replacement.
String
The name of the web app.
namespaceName
This property is required.
Changes to this property will trigger replacement.
String
The namespace for this hybrid connection.
relayName
This property is required.
Changes to this property will trigger replacement.
String
The relay name for this hybrid connection.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the resource group to which the resource belongs.
slot
This property is required.
Changes to this property will trigger replacement.
String
The name of the slot for the web app.

getWebAppHybridConnectionSlot Result

The following output properties are available:

Id string
Resource Id.
Name string
Resource Name.
Type string
Resource type.
Hostname string
The hostname of the endpoint.
Kind string
Kind of resource.
Port int
The port of the endpoint.
RelayArmUri string
The ARM URI to the Service Bus relay.
RelayName string
The name of the Service Bus relay.
SendKeyName string
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
SendKeyValue string
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
ServiceBusNamespace string
The name of the Service Bus namespace.
ServiceBusSuffix string
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
Id string
Resource Id.
Name string
Resource Name.
Type string
Resource type.
Hostname string
The hostname of the endpoint.
Kind string
Kind of resource.
Port int
The port of the endpoint.
RelayArmUri string
The ARM URI to the Service Bus relay.
RelayName string
The name of the Service Bus relay.
SendKeyName string
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
SendKeyValue string
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
ServiceBusNamespace string
The name of the Service Bus namespace.
ServiceBusSuffix string
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
id String
Resource Id.
name String
Resource Name.
type String
Resource type.
hostname String
The hostname of the endpoint.
kind String
Kind of resource.
port Integer
The port of the endpoint.
relayArmUri String
The ARM URI to the Service Bus relay.
relayName String
The name of the Service Bus relay.
sendKeyName String
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
sendKeyValue String
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
serviceBusNamespace String
The name of the Service Bus namespace.
serviceBusSuffix String
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
id string
Resource Id.
name string
Resource Name.
type string
Resource type.
hostname string
The hostname of the endpoint.
kind string
Kind of resource.
port number
The port of the endpoint.
relayArmUri string
The ARM URI to the Service Bus relay.
relayName string
The name of the Service Bus relay.
sendKeyName string
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
sendKeyValue string
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
serviceBusNamespace string
The name of the Service Bus namespace.
serviceBusSuffix string
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
id str
Resource Id.
name str
Resource Name.
type str
Resource type.
hostname str
The hostname of the endpoint.
kind str
Kind of resource.
port int
The port of the endpoint.
relay_arm_uri str
The ARM URI to the Service Bus relay.
relay_name str
The name of the Service Bus relay.
send_key_name str
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
send_key_value str
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
service_bus_namespace str
The name of the Service Bus namespace.
service_bus_suffix str
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
id String
Resource Id.
name String
Resource Name.
type String
Resource type.
hostname String
The hostname of the endpoint.
kind String
Kind of resource.
port Number
The port of the endpoint.
relayArmUri String
The ARM URI to the Service Bus relay.
relayName String
The name of the Service Bus relay.
sendKeyName String
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
sendKeyValue String
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
serviceBusNamespace String
The name of the Service Bus namespace.
serviceBusSuffix String
The suffix for the service bus endpoint. By default this is .servicebus.windows.net

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi