1. Packages
  2. Azure Native v2
  3. API Docs
  4. orbital
  5. listGroundStationL2Connections
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.orbital.listGroundStationL2Connections

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

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>
Copy
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]
Copy
func ListGroundStationL2Connections(ctx *Context, args *ListGroundStationL2ConnectionsArgs, opts ...InvokeOption) (*ListGroundStationL2ConnectionsResult, error)
func ListGroundStationL2ConnectionsOutput(ctx *Context, args *ListGroundStationL2ConnectionsOutputArgs, opts ...InvokeOption) ListGroundStationL2ConnectionsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListGroundStationL2ConnectionsResult> listGroundStationL2Connections(ListGroundStationL2ConnectionsArgs args, InvokeOptions options)
public static Output<ListGroundStationL2ConnectionsResult> listGroundStationL2Connections(ListGroundStationL2ConnectionsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:orbital:listGroundStationL2Connections
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

GroundStationName
This property is required.
Changes to this property will trigger replacement.
string
Ground Station name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
GroundStationName
This property is required.
Changes to this property will trigger replacement.
string
Ground Station name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
groundStationName
This property is required.
Changes to this property will trigger replacement.
String
Ground Station name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
groundStationName
This property is required.
Changes to this property will trigger replacement.
string
Ground Station name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ground_station_name
This property is required.
Changes to this property will trigger replacement.
str
Ground Station name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
groundStationName
This property is required.
Changes to this property will trigger replacement.
String
Ground Station name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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-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