azure-native.web.getWebAppHybridConnectionSlot
Explore with Pulumi AI
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
Uses Azure REST API version 2024-04-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. 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 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>
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]
func LookupWebAppHybridConnectionSlot(ctx *Context, args *LookupWebAppHybridConnectionSlotArgs, opts ...InvokeOption) (*LookupWebAppHybridConnectionSlotResult, error)
func LookupWebAppHybridConnectionSlotOutput(ctx *Context, args *LookupWebAppHybridConnectionSlotOutputArgs, opts ...InvokeOption) LookupWebAppHybridConnectionSlotResultOutput
> 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)
}
public static CompletableFuture<GetWebAppHybridConnectionSlotResult> getWebAppHybridConnectionSlot(GetWebAppHybridConnectionSlotArgs args, InvokeOptions options)
public static Output<GetWebAppHybridConnectionSlotResult> getWebAppHybridConnectionSlot(GetWebAppHybridConnectionSlotArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:web:getWebAppHybridConnectionSlot
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the web app.
- Namespace
Name string - The namespace for this hybrid connection.
- Relay
Name string - The relay name for this hybrid connection.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Slot string
- The name of the slot for the web app.
- Name string
- The name of the web app.
- Namespace
Name string - The namespace for this hybrid connection.
- Relay
Name string - The relay name for this hybrid connection.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Slot string
- The name of the slot for the web app.
- name String
- The name of the web app.
- namespace
Name String - The namespace for this hybrid connection.
- relay
Name String - The relay name for this hybrid connection.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- The name of the slot for the web app.
- name string
- The name of the web app.
- namespace
Name string - The namespace for this hybrid connection.
- relay
Name string - The relay name for this hybrid connection.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- slot string
- The name of the slot for the web app.
- name str
- The name of the web app.
- namespace_
name str - The namespace for this hybrid connection.
- relay_
name str - The relay name for this hybrid connection.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- slot str
- The name of the slot for the web app.
- name String
- The name of the web app.
- namespace
Name String - The namespace for this hybrid connection.
- relay
Name String - The relay name for this hybrid connection.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- slot String
- The name of the slot for the web app.
getWebAppHybridConnectionSlot Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- 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.
- Relay
Arm stringUri - The ARM URI to the Service Bus relay.
- Relay
Name string - The name of the Service Bus relay.
- Send
Key stringName - The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
- Send
Key stringValue - 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 stringNamespace - The name of the Service Bus namespace.
- Service
Bus stringSuffix - The suffix for the service bus endpoint. By default this is .servicebus.windows.net
- Azure
Api stringVersion - The Azure API version of the resource.
- 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.
- Relay
Arm stringUri - The ARM URI to the Service Bus relay.
- Relay
Name string - The name of the Service Bus relay.
- Send
Key stringName - The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
- Send
Key stringValue - 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 stringNamespace - The name of the Service Bus namespace.
- Service
Bus stringSuffix - The suffix for the service bus endpoint. By default this is .servicebus.windows.net
- azure
Api StringVersion - The Azure API version of the resource.
- 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.
- relay
Arm StringUri - The ARM URI to the Service Bus relay.
- relay
Name String - The name of the Service Bus relay.
- send
Key StringName - The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
- send
Key StringValue - 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 StringNamespace - The name of the Service Bus namespace.
- service
Bus StringSuffix - The suffix for the service bus endpoint. By default this is .servicebus.windows.net
- azure
Api stringVersion - The Azure API version of the resource.
- 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.
- relay
Arm stringUri - The ARM URI to the Service Bus relay.
- relay
Name string - The name of the Service Bus relay.
- send
Key stringName - The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
- send
Key stringValue - 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 stringNamespace - The name of the Service Bus namespace.
- service
Bus stringSuffix - The suffix for the service bus endpoint. By default this is .servicebus.windows.net
- azure_
api_ strversion - The Azure API version of the resource.
- 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_ struri - The ARM URI to the Service Bus relay.
- relay_
name str - The name of the Service Bus relay.
- send_
key_ strname - The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
- send_
key_ strvalue - 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_ strnamespace - The name of the Service Bus namespace.
- service_
bus_ strsuffix - The suffix for the service bus endpoint. By default this is .servicebus.windows.net
- azure
Api StringVersion - The Azure API version of the resource.
- 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.
- relay
Arm StringUri - The ARM URI to the Service Bus relay.
- relay
Name String - The name of the Service Bus relay.
- send
Key StringName - The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
- send
Key StringValue - 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 StringNamespace - The name of the Service Bus namespace.
- service
Bus StringSuffix - The suffix for the service bus endpoint. By default this is .servicebus.windows.net
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0