1. Packages
  2. Azure Native v2
  3. API Docs
  4. hybridconnectivity
  5. listEndpointManagedProxyDetails
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.hybridconnectivity.listEndpointManagedProxyDetails

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.82.0 published on Friday, Jan 10, 2025 by Pulumi

Fetches the managed proxy details Azure REST API version: 2023-03-15.

Other available API versions: 2022-05-01-preview, 2024-12-01.

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>
Copy
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]
Copy
func ListEndpointManagedProxyDetails(ctx *Context, args *ListEndpointManagedProxyDetailsArgs, opts ...InvokeOption) (*ListEndpointManagedProxyDetailsResult, error)
func ListEndpointManagedProxyDetailsOutput(ctx *Context, args *ListEndpointManagedProxyDetailsOutputArgs, opts ...InvokeOption) ListEndpointManagedProxyDetailsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListEndpointManagedProxyDetailsResult> listEndpointManagedProxyDetails(ListEndpointManagedProxyDetailsArgs args, InvokeOptions options)
public static Output<ListEndpointManagedProxyDetailsResult> listEndpointManagedProxyDetails(ListEndpointManagedProxyDetailsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:hybridconnectivity:listEndpointManagedProxyDetails
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EndpointName
This property is required.
Changes to this property will trigger replacement.
string
The endpoint name.
ResourceUri
This property is required.
Changes to this property will trigger replacement.
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
Service This property is required. string
The name of the service.
Hostname string
The target host name.
ServiceName string | Pulumi.AzureNative.HybridConnectivity.ServiceName
The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
EndpointName
This property is required.
Changes to this property will trigger replacement.
string
The endpoint name.
ResourceUri
This property is required.
Changes to this property will trigger replacement.
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
Service This property is required. string
The name of the service.
Hostname string
The target host name.
ServiceName string | ServiceName
The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
endpointName
This property is required.
Changes to this property will trigger replacement.
String
The endpoint name.
resourceUri
This property is required.
Changes to this property will trigger replacement.
String
The fully qualified Azure Resource manager identifier of the resource to be connected.
service This property is required. String
The name of the service.
hostname String
The target host name.
serviceName String | ServiceName
The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
endpointName
This property is required.
Changes to this property will trigger replacement.
string
The endpoint name.
resourceUri
This property is required.
Changes to this property will trigger replacement.
string
The fully qualified Azure Resource manager identifier of the resource to be connected.
service This property is required. string
The name of the service.
hostname string
The target host name.
serviceName 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
This property is required.
Changes to this property will trigger replacement.
str
The endpoint name.
resource_uri
This property is required.
Changes to this property will trigger replacement.
str
The fully qualified Azure Resource manager identifier of the resource to be connected.
service This property is required. 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.
endpointName
This property is required.
Changes to this property will trigger replacement.
String
The endpoint name.
resourceUri
This property is required.
Changes to this property will trigger replacement.
String
The fully qualified Azure Resource manager identifier of the resource to be connected.
service This property is required. String
The name of the service.
hostname String
The target host name.
serviceName 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:

ExpiresOn double
The expiration time of short lived proxy name in unix epoch.
Proxy string
The short lived proxy name.
ExpiresOn float64
The expiration time of short lived proxy name in unix epoch.
Proxy string
The short lived proxy name.
expiresOn Double
The expiration time of short lived proxy name in unix epoch.
proxy String
The short lived proxy name.
expiresOn number
The expiration time of short lived proxy name in unix epoch.
proxy string
The short lived proxy name.
expires_on float
The expiration time of short lived proxy name in unix epoch.
proxy str
The short lived proxy name.
expiresOn Number
The expiration time of short lived proxy name in unix epoch.
proxy String
The short lived proxy name.

Supporting Types

ServiceName

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.82.0 published on Friday, Jan 10, 2025 by Pulumi