azure-native.network.getSubscriptionNetworkManagerConnection
Explore with Pulumi AI
Get a specified connection created by this subscription. API Version: 2022-02-01-preview.
Using getSubscriptionNetworkManagerConnection
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 getSubscriptionNetworkManagerConnection(args: GetSubscriptionNetworkManagerConnectionArgs, opts?: InvokeOptions): Promise<GetSubscriptionNetworkManagerConnectionResult>
function getSubscriptionNetworkManagerConnectionOutput(args: GetSubscriptionNetworkManagerConnectionOutputArgs, opts?: InvokeOptions): Output<GetSubscriptionNetworkManagerConnectionResult>
def get_subscription_network_manager_connection(network_manager_connection_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubscriptionNetworkManagerConnectionResult
def get_subscription_network_manager_connection_output(network_manager_connection_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubscriptionNetworkManagerConnectionResult]
func LookupSubscriptionNetworkManagerConnection(ctx *Context, args *LookupSubscriptionNetworkManagerConnectionArgs, opts ...InvokeOption) (*LookupSubscriptionNetworkManagerConnectionResult, error)
func LookupSubscriptionNetworkManagerConnectionOutput(ctx *Context, args *LookupSubscriptionNetworkManagerConnectionOutputArgs, opts ...InvokeOption) LookupSubscriptionNetworkManagerConnectionResultOutput
> Note: This function is named LookupSubscriptionNetworkManagerConnection
in the Go SDK.
public static class GetSubscriptionNetworkManagerConnection
{
public static Task<GetSubscriptionNetworkManagerConnectionResult> InvokeAsync(GetSubscriptionNetworkManagerConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetSubscriptionNetworkManagerConnectionResult> Invoke(GetSubscriptionNetworkManagerConnectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSubscriptionNetworkManagerConnectionResult> getSubscriptionNetworkManagerConnection(GetSubscriptionNetworkManagerConnectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:network:getSubscriptionNetworkManagerConnection
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Manager stringConnection Name Name for the network manager connection.
- Network
Manager stringConnection Name Name for the network manager connection.
- network
Manager StringConnection Name Name for the network manager connection.
- network
Manager stringConnection Name Name for the network manager connection.
- network_
manager_ strconnection_ name Name for the network manager connection.
- network
Manager StringConnection Name Name for the network manager connection.
getSubscriptionNetworkManagerConnection Result
The following output properties are available:
- Etag string
A unique read-only string that changes whenever the resource is updated.
- Id string
Resource ID.
- Name string
Resource name.
- System
Data Pulumi.Azure Native. Network. Outputs. System Data Response The system metadata related to this resource.
- Type string
Resource type.
- Description string
A description of the scope connection.
- Network
Manager stringId Network Manager Id.
- Etag string
A unique read-only string that changes whenever the resource is updated.
- Id string
Resource ID.
- Name string
Resource name.
- System
Data SystemData Response The system metadata related to this resource.
- Type string
Resource type.
- Description string
A description of the scope connection.
- Network
Manager stringId Network Manager Id.
- etag String
A unique read-only string that changes whenever the resource is updated.
- id String
Resource ID.
- name String
Resource name.
- system
Data SystemData Response The system metadata related to this resource.
- type String
Resource type.
- description String
A description of the scope connection.
- network
Manager StringId Network Manager Id.
- etag string
A unique read-only string that changes whenever the resource is updated.
- id string
Resource ID.
- name string
Resource name.
- system
Data SystemData Response The system metadata related to this resource.
- type string
Resource type.
- description string
A description of the scope connection.
- network
Manager stringId Network Manager Id.
- etag str
A unique read-only string that changes whenever the resource is updated.
- id str
Resource ID.
- name str
Resource name.
- system_
data SystemData Response The system metadata related to this resource.
- type str
Resource type.
- description str
A description of the scope connection.
- network_
manager_ strid Network Manager Id.
- etag String
A unique read-only string that changes whenever the resource is updated.
- id String
Resource ID.
- name String
Resource name.
- system
Data Property Map The system metadata related to this resource.
- type String
Resource type.
- description String
A description of the scope connection.
- network
Manager StringId Network Manager Id.
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 type of identity that last modified the resource.
- 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 type of identity that last modified the resource.
- 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 type of identity that last modified the resource.
- 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 type of identity that last modified the resource.
- 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 type of identity that last modified the resource.
- 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 type of identity that last modified the resource.
- 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