azure-native.devspaces.listControllerConnectionDetails
Lists connection details for the underlying container resources of an Azure Dev Spaces Controller. API Version: 2019-04-01.
Using listControllerConnectionDetails
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 listControllerConnectionDetails(args: ListControllerConnectionDetailsArgs, opts?: InvokeOptions): Promise<ListControllerConnectionDetailsResult>
function listControllerConnectionDetailsOutput(args: ListControllerConnectionDetailsOutputArgs, opts?: InvokeOptions): Output<ListControllerConnectionDetailsResult>
def list_controller_connection_details(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
target_container_host_resource_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListControllerConnectionDetailsResult
def list_controller_connection_details_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
target_container_host_resource_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListControllerConnectionDetailsResult]
func ListControllerConnectionDetails(ctx *Context, args *ListControllerConnectionDetailsArgs, opts ...InvokeOption) (*ListControllerConnectionDetailsResult, error)
func ListControllerConnectionDetailsOutput(ctx *Context, args *ListControllerConnectionDetailsOutputArgs, opts ...InvokeOption) ListControllerConnectionDetailsResultOutput
> Note: This function is named ListControllerConnectionDetails
in the Go SDK.
public static class ListControllerConnectionDetails
{
public static Task<ListControllerConnectionDetailsResult> InvokeAsync(ListControllerConnectionDetailsArgs args, InvokeOptions? opts = null)
public static Output<ListControllerConnectionDetailsResult> Invoke(ListControllerConnectionDetailsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListControllerConnectionDetailsResult> listControllerConnectionDetails(ListControllerConnectionDetailsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:devspaces:listControllerConnectionDetails
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
Name of the resource.
- Resource
Group stringName Resource group to which the resource belongs.
- Target
Container stringHost Resource Id Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
- Name string
Name of the resource.
- Resource
Group stringName Resource group to which the resource belongs.
- Target
Container stringHost Resource Id Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
- name String
Name of the resource.
- resource
Group StringName Resource group to which the resource belongs.
- target
Container StringHost Resource Id Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
- name string
Name of the resource.
- resource
Group stringName Resource group to which the resource belongs.
- target
Container stringHost Resource Id Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
- name str
Name of the resource.
- resource_
group_ strname Resource group to which the resource belongs.
- target_
container_ strhost_ resource_ id Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
- name String
Name of the resource.
- resource
Group StringName Resource group to which the resource belongs.
- target
Container StringHost Resource Id Resource ID of the target container host mapped to the Azure Dev Spaces Controller.
listControllerConnectionDetails Result
The following output properties are available:
- Connection
Details List<Pulumi.List Azure Native. Dev Spaces. Outputs. Controller Connection Details Response> List of Azure Dev Spaces Controller connection details.
- Connection
Details []ControllerList Connection Details Response List of Azure Dev Spaces Controller connection details.
- connection
Details List<ControllerList Connection Details Response> List of Azure Dev Spaces Controller connection details.
- connection
Details ControllerList Connection Details Response[] List of Azure Dev Spaces Controller connection details.
- connection_
details_ Sequence[Controllerlist Connection Details Response] List of Azure Dev Spaces Controller connection details.
- connection
Details List<Property Map>List List of Azure Dev Spaces Controller connection details.
Supporting Types
ControllerConnectionDetailsResponse
- Orchestrator
Specific Pulumi.Connection Details Azure Native. Dev Spaces. Inputs. Kubernetes Connection Details Response Base class for types that supply values used to connect to container orchestrators
- Orchestrator
Specific KubernetesConnection Details Connection Details Response Base class for types that supply values used to connect to container orchestrators
- orchestrator
Specific KubernetesConnection Details Connection Details Response Base class for types that supply values used to connect to container orchestrators
- orchestrator
Specific KubernetesConnection Details Connection Details Response Base class for types that supply values used to connect to container orchestrators
- orchestrator_
specific_ Kubernetesconnection_ details Connection Details Response Base class for types that supply values used to connect to container orchestrators
- orchestrator
Specific Property MapConnection Details Base class for types that supply values used to connect to container orchestrators
KubernetesConnectionDetailsResponse
- Kube
Config string Gets the kubeconfig for the cluster.
- Kube
Config string Gets the kubeconfig for the cluster.
- kube
Config String Gets the kubeconfig for the cluster.
- kube
Config string Gets the kubeconfig for the cluster.
- kube_
config str Gets the kubeconfig for the cluster.
- kube
Config String Gets the kubeconfig for the cluster.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0