azure-native.web.getConnectionGateway
Explore with Pulumi AI
Gets a specific gateway under a subscription and in a specific resource group Azure REST API version: 2016-06-01.
Using getConnectionGateway
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 getConnectionGateway(args: GetConnectionGatewayArgs, opts?: InvokeOptions): Promise<GetConnectionGatewayResult>
function getConnectionGatewayOutput(args: GetConnectionGatewayOutputArgs, opts?: InvokeOptions): Output<GetConnectionGatewayResult>
def get_connection_gateway(connection_gateway_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
subscription_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionGatewayResult
def get_connection_gateway_output(connection_gateway_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
subscription_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectionGatewayResult]
func LookupConnectionGateway(ctx *Context, args *LookupConnectionGatewayArgs, opts ...InvokeOption) (*LookupConnectionGatewayResult, error)
func LookupConnectionGatewayOutput(ctx *Context, args *LookupConnectionGatewayOutputArgs, opts ...InvokeOption) LookupConnectionGatewayResultOutput
> Note: This function is named LookupConnectionGateway
in the Go SDK.
public static class GetConnectionGateway
{
public static Task<GetConnectionGatewayResult> InvokeAsync(GetConnectionGatewayArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionGatewayResult> Invoke(GetConnectionGatewayInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectionGatewayResult> getConnectionGateway(GetConnectionGatewayArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:web:getConnectionGateway
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Gateway stringName The connection gateway name
- Resource
Group stringName The resource group
- Subscription
Id string Subscription Id
- Connection
Gateway stringName The connection gateway name
- Resource
Group stringName The resource group
- Subscription
Id string Subscription Id
- connection
Gateway StringName The connection gateway name
- resource
Group StringName The resource group
- subscription
Id String Subscription Id
- connection
Gateway stringName The connection gateway name
- resource
Group stringName The resource group
- subscription
Id string Subscription Id
- connection_
gateway_ strname The connection gateway name
- resource_
group_ strname The resource group
- subscription_
id str Subscription Id
- connection
Gateway StringName The connection gateway name
- resource
Group StringName The resource group
- subscription
Id String Subscription Id
getConnectionGateway Result
The following output properties are available:
- Id string
Resource id
- Name string
Resource name
- Properties
Pulumi.
Azure Native. Web. Outputs. Connection Gateway Definition Response Properties - Type string
Resource type
- Etag string
Resource ETag
- Location string
Resource location
- Dictionary<string, string>
Resource tags
- Id string
Resource id
- Name string
Resource name
- Properties
Connection
Gateway Definition Response Properties - Type string
Resource type
- Etag string
Resource ETag
- Location string
Resource location
- map[string]string
Resource tags
- id String
Resource id
- name String
Resource name
- properties
Connection
Gateway Definition Response Properties - type String
Resource type
- etag String
Resource ETag
- location String
Resource location
- Map<String,String>
Resource tags
- id string
Resource id
- name string
Resource name
- properties
Connection
Gateway Definition Response Properties - type string
Resource type
- etag string
Resource ETag
- location string
Resource location
- {[key: string]: string}
Resource tags
- id str
Resource id
- name str
Resource name
- properties
Connection
Gateway Definition Response Properties - type str
Resource type
- etag str
Resource ETag
- location str
Resource location
- Mapping[str, str]
Resource tags
- id String
Resource id
- name String
Resource name
- properties Property Map
- type String
Resource type
- etag String
Resource ETag
- location String
Resource location
- Map<String>
Resource tags
Supporting Types
ConnectionGatewayDefinitionResponseProperties
- Backend
Uri string The URI of the backend
- Connection
Gateway Pulumi.Installation Azure Native. Web. Inputs. Connection Gateway Reference Response The gateway installation reference
- Contact
Information List<string> The gateway admin
- Description string
The gateway description
- Display
Name string The gateway display name
- Machine
Name string The machine name of the gateway
- Status object
The gateway status
- Backend
Uri string The URI of the backend
- Connection
Gateway ConnectionInstallation Gateway Reference Response The gateway installation reference
- Contact
Information []string The gateway admin
- Description string
The gateway description
- Display
Name string The gateway display name
- Machine
Name string The machine name of the gateway
- Status interface{}
The gateway status
- backend
Uri String The URI of the backend
- connection
Gateway ConnectionInstallation Gateway Reference Response The gateway installation reference
- contact
Information List<String> The gateway admin
- description String
The gateway description
- display
Name String The gateway display name
- machine
Name String The machine name of the gateway
- status Object
The gateway status
- backend
Uri string The URI of the backend
- connection
Gateway ConnectionInstallation Gateway Reference Response The gateway installation reference
- contact
Information string[] The gateway admin
- description string
The gateway description
- display
Name string The gateway display name
- machine
Name string The machine name of the gateway
- status any
The gateway status
- backend_
uri str The URI of the backend
- connection_
gateway_ Connectioninstallation Gateway Reference Response The gateway installation reference
- contact_
information Sequence[str] The gateway admin
- description str
The gateway description
- display_
name str The gateway display name
- machine_
name str The machine name of the gateway
- status Any
The gateway status
- backend
Uri String The URI of the backend
- connection
Gateway Property MapInstallation The gateway installation reference
- contact
Information List<String> The gateway admin
- description String
The gateway description
- display
Name String The gateway display name
- machine
Name String The machine name of the gateway
- status Any
The gateway status
ConnectionGatewayReferenceResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0