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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.orbital.listGroundStationL2Connections
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 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:
- Ground
Station stringName - Ground Station name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Ground
Station stringName - Ground Station name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- ground
Station StringName - Ground Station name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- ground
Station stringName - Ground Station name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- ground_
station_ strname - Ground Station name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- ground
Station StringName - Ground Station name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listGroundStationL2Connections Result
The following output properties are available:
- Next
Link string - The URL to get the next set of results.
- Value
List<Pulumi.
Azure Native. Orbital. Outputs. Resource Id List Result Response Value> - A list of Azure Resource IDs.
- Next
Link string - The URL to get the next set of results.
- Value
[]Resource
Id List Result Response Value - A list of Azure Resource IDs.
- next
Link String - The URL to get the next set of results.
- value
List<Resource
Id List Result Response Value> - A list of Azure Resource IDs.
- next
Link string - The URL to get the next set of results.
- value
Resource
Id List Result Response Value[] - A list of Azure Resource IDs.
- next_
link str - The URL to get the next set of results.
- value
Sequence[Resource
Id List Result Response Value] - A list of Azure Resource IDs.
- next
Link 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
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi