1. Packages
  2. Azure Native
  3. API Docs
  4. orbital
  5. listGroundStationL2Connections
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.orbital.listGroundStationL2Connections

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Returns a list of L2 Connections attached to an ground station. Azure REST API version: 2024-03-01-preview.

    Other available API versions: 2024-03-01.

    Using listGroundStationL2Connections

    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 listGroundStationL2Connections(args: ListGroundStationL2ConnectionsArgs, opts?: InvokeOptions): Promise<ListGroundStationL2ConnectionsResult>
    function listGroundStationL2ConnectionsOutput(args: ListGroundStationL2ConnectionsOutputArgs, opts?: InvokeOptions): Output<ListGroundStationL2ConnectionsResult>
    def list_ground_station_l2_connections(ground_station_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListGroundStationL2ConnectionsResult
    def list_ground_station_l2_connections_output(ground_station_name: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListGroundStationL2ConnectionsResult]
    func ListGroundStationL2Connections(ctx *Context, args *ListGroundStationL2ConnectionsArgs, opts ...InvokeOption) (*ListGroundStationL2ConnectionsResult, error)
    func ListGroundStationL2ConnectionsOutput(ctx *Context, args *ListGroundStationL2ConnectionsOutputArgs, opts ...InvokeOption) ListGroundStationL2ConnectionsResultOutput

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

    public static class ListGroundStationL2Connections 
    {
        public static Task<ListGroundStationL2ConnectionsResult> InvokeAsync(ListGroundStationL2ConnectionsArgs args, InvokeOptions? opts = null)
        public static Output<ListGroundStationL2ConnectionsResult> Invoke(ListGroundStationL2ConnectionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListGroundStationL2ConnectionsResult> listGroundStationL2Connections(ListGroundStationL2ConnectionsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:orbital:listGroundStationL2Connections
      arguments:
        # arguments dictionary

    The following arguments are supported:

    GroundStationName string
    Ground Station name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    GroundStationName string
    Ground Station name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    groundStationName String
    Ground Station name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    groundStationName string
    Ground Station name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    ground_station_name str
    Ground Station name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    groundStationName String
    Ground Station name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    listGroundStationL2Connections Result

    The following output properties are available:

    NextLink string
    The URL to get the next set of results.
    Value List<Pulumi.AzureNative.Orbital.Outputs.ResourceIdListResultResponseValue>
    A list of Azure Resource IDs.
    NextLink string
    The URL to get the next set of results.
    Value []ResourceIdListResultResponseValue
    A list of Azure Resource IDs.
    nextLink String
    The URL to get the next set of results.
    value List<ResourceIdListResultResponseValue>
    A list of Azure Resource IDs.
    nextLink string
    The URL to get the next set of results.
    value ResourceIdListResultResponseValue[]
    A list of Azure Resource IDs.
    next_link str
    The URL to get the next set of results.
    value Sequence[ResourceIdListResultResponseValue]
    A list of Azure Resource IDs.
    nextLink String
    The URL to get the next set of results.
    value List<Property Map>
    A list of Azure Resource IDs.

    Supporting Types

    ResourceIdListResultResponseValue

    Id string
    The Azure Resource ID.
    Id string
    The Azure Resource ID.
    id String
    The Azure Resource ID.
    id string
    The Azure Resource ID.
    id str
    The Azure Resource ID.
    id String
    The Azure Resource ID.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi