This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
azure-native.hybridconnectivity.listEndpointManagedProxyDetails
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
Fetches the managed proxy details
Uses Azure REST API version 2024-12-01.
Other available API versions: 2023-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridconnectivity [ApiVersion]
. See the version guide for details.
Using listEndpointManagedProxyDetails
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 listEndpointManagedProxyDetails(args: ListEndpointManagedProxyDetailsArgs, opts?: InvokeOptions): Promise<ListEndpointManagedProxyDetailsResult>
function listEndpointManagedProxyDetailsOutput(args: ListEndpointManagedProxyDetailsOutputArgs, opts?: InvokeOptions): Output<ListEndpointManagedProxyDetailsResult>
def list_endpoint_managed_proxy_details(endpoint_name: Optional[str] = None,
hostname: Optional[str] = None,
resource_uri: Optional[str] = None,
service: Optional[str] = None,
service_name: Optional[Union[str, ServiceName]] = None,
opts: Optional[InvokeOptions] = None) -> ListEndpointManagedProxyDetailsResult
def list_endpoint_managed_proxy_details_output(endpoint_name: Optional[pulumi.Input[str]] = None,
hostname: Optional[pulumi.Input[str]] = None,
resource_uri: Optional[pulumi.Input[str]] = None,
service: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[Union[str, ServiceName]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListEndpointManagedProxyDetailsResult]
func ListEndpointManagedProxyDetails(ctx *Context, args *ListEndpointManagedProxyDetailsArgs, opts ...InvokeOption) (*ListEndpointManagedProxyDetailsResult, error)
func ListEndpointManagedProxyDetailsOutput(ctx *Context, args *ListEndpointManagedProxyDetailsOutputArgs, opts ...InvokeOption) ListEndpointManagedProxyDetailsResultOutput
> Note: This function is named ListEndpointManagedProxyDetails
in the Go SDK.
public static class ListEndpointManagedProxyDetails
{
public static Task<ListEndpointManagedProxyDetailsResult> InvokeAsync(ListEndpointManagedProxyDetailsArgs args, InvokeOptions? opts = null)
public static Output<ListEndpointManagedProxyDetailsResult> Invoke(ListEndpointManagedProxyDetailsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListEndpointManagedProxyDetailsResult> listEndpointManagedProxyDetails(ListEndpointManagedProxyDetailsArgs args, InvokeOptions options)
public static Output<ListEndpointManagedProxyDetailsResult> listEndpointManagedProxyDetails(ListEndpointManagedProxyDetailsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:hybridconnectivity:listEndpointManagedProxyDetails
arguments:
# arguments dictionary
The following arguments are supported:
- Endpoint
Name string - The endpoint name.
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- Service string
- The name of the service.
- Hostname string
- The target host name.
- Service
Name string | Pulumi.Azure Native. Hybrid Connectivity. Service Name - The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
- Endpoint
Name string - The endpoint name.
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- Service string
- The name of the service.
- Hostname string
- The target host name.
- Service
Name string | ServiceName - The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
- endpoint
Name String - The endpoint name.
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource.
- service String
- The name of the service.
- hostname String
- The target host name.
- service
Name String | ServiceName - The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
- endpoint
Name string - The endpoint name.
- resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- service string
- The name of the service.
- hostname string
- The target host name.
- service
Name string | ServiceName - The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
- endpoint_
name str - The endpoint name.
- resource_
uri str - The fully qualified Azure Resource manager identifier of the resource.
- service str
- The name of the service.
- hostname str
- The target host name.
- service_
name str | ServiceName - The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
- endpoint
Name String - The endpoint name.
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource.
- service String
- The name of the service.
- hostname String
- The target host name.
- service
Name String | "SSH" | "WAC" - The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
listEndpointManagedProxyDetails Result
The following output properties are available:
- expires_
on float - The expiration time of short lived proxy name in unix epoch.
- proxy str
- The short lived proxy name.
Supporting Types
ServiceName
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 v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi