azure-native.peering.getConnectionMonitorTest

Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service. API Version: 2021-06-01.

Using getConnectionMonitorTest

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 getConnectionMonitorTest(args: GetConnectionMonitorTestArgs, opts?: InvokeOptions): Promise<GetConnectionMonitorTestResult>
function getConnectionMonitorTestOutput(args: GetConnectionMonitorTestOutputArgs, opts?: InvokeOptions): Output<GetConnectionMonitorTestResult>
def get_connection_monitor_test(connection_monitor_test_name: Optional[str] = None,
                                peering_service_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetConnectionMonitorTestResult
def get_connection_monitor_test_output(connection_monitor_test_name: Optional[pulumi.Input[str]] = None,
                                peering_service_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetConnectionMonitorTestResult]
func LookupConnectionMonitorTest(ctx *Context, args *LookupConnectionMonitorTestArgs, opts ...InvokeOption) (*LookupConnectionMonitorTestResult, error)
func LookupConnectionMonitorTestOutput(ctx *Context, args *LookupConnectionMonitorTestOutputArgs, opts ...InvokeOption) LookupConnectionMonitorTestResultOutput

> Note: This function is named LookupConnectionMonitorTest in the Go SDK.

public static class GetConnectionMonitorTest 
{
    public static Task<GetConnectionMonitorTestResult> InvokeAsync(GetConnectionMonitorTestArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectionMonitorTestResult> Invoke(GetConnectionMonitorTestInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectionMonitorTestResult> getConnectionMonitorTest(GetConnectionMonitorTestArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:peering:getConnectionMonitorTest
  arguments:
    # arguments dictionary

The following arguments are supported:

ConnectionMonitorTestName string

The name of the connection monitor test

PeeringServiceName string

The name of the peering service.

ResourceGroupName string

The name of the resource group.

ConnectionMonitorTestName string

The name of the connection monitor test

PeeringServiceName string

The name of the peering service.

ResourceGroupName string

The name of the resource group.

connectionMonitorTestName String

The name of the connection monitor test

peeringServiceName String

The name of the peering service.

resourceGroupName String

The name of the resource group.

connectionMonitorTestName string

The name of the connection monitor test

peeringServiceName string

The name of the peering service.

resourceGroupName string

The name of the resource group.

connection_monitor_test_name str

The name of the connection monitor test

peering_service_name str

The name of the peering service.

resource_group_name str

The name of the resource group.

connectionMonitorTestName String

The name of the connection monitor test

peeringServiceName String

The name of the peering service.

resourceGroupName String

The name of the resource group.

getConnectionMonitorTest Result

The following output properties are available:

Id string

The ID of the resource.

IsTestSuccessful bool

The flag that indicates if the Connection Monitor test is successful or not.

Name string

The name of the resource.

Path List<string>

The path representing the Connection Monitor test.

ProvisioningState string

The provisioning state of the resource.

Type string

The type of the resource.

Destination string

The Connection Monitor test destination

DestinationPort int

The Connection Monitor test destination port

SourceAgent string

The Connection Monitor test source agent

TestFrequencyInSec int

The Connection Monitor test frequency in seconds

Id string

The ID of the resource.

IsTestSuccessful bool

The flag that indicates if the Connection Monitor test is successful or not.

Name string

The name of the resource.

Path []string

The path representing the Connection Monitor test.

ProvisioningState string

The provisioning state of the resource.

Type string

The type of the resource.

Destination string

The Connection Monitor test destination

DestinationPort int

The Connection Monitor test destination port

SourceAgent string

The Connection Monitor test source agent

TestFrequencyInSec int

The Connection Monitor test frequency in seconds

id String

The ID of the resource.

isTestSuccessful Boolean

The flag that indicates if the Connection Monitor test is successful or not.

name String

The name of the resource.

path List<String>

The path representing the Connection Monitor test.

provisioningState String

The provisioning state of the resource.

type String

The type of the resource.

destination String

The Connection Monitor test destination

destinationPort Integer

The Connection Monitor test destination port

sourceAgent String

The Connection Monitor test source agent

testFrequencyInSec Integer

The Connection Monitor test frequency in seconds

id string

The ID of the resource.

isTestSuccessful boolean

The flag that indicates if the Connection Monitor test is successful or not.

name string

The name of the resource.

path string[]

The path representing the Connection Monitor test.

provisioningState string

The provisioning state of the resource.

type string

The type of the resource.

destination string

The Connection Monitor test destination

destinationPort number

The Connection Monitor test destination port

sourceAgent string

The Connection Monitor test source agent

testFrequencyInSec number

The Connection Monitor test frequency in seconds

id str

The ID of the resource.

is_test_successful bool

The flag that indicates if the Connection Monitor test is successful or not.

name str

The name of the resource.

path Sequence[str]

The path representing the Connection Monitor test.

provisioning_state str

The provisioning state of the resource.

type str

The type of the resource.

destination str

The Connection Monitor test destination

destination_port int

The Connection Monitor test destination port

source_agent str

The Connection Monitor test source agent

test_frequency_in_sec int

The Connection Monitor test frequency in seconds

id String

The ID of the resource.

isTestSuccessful Boolean

The flag that indicates if the Connection Monitor test is successful or not.

name String

The name of the resource.

path List<String>

The path representing the Connection Monitor test.

provisioningState String

The provisioning state of the resource.

type String

The type of the resource.

destination String

The Connection Monitor test destination

destinationPort Number

The Connection Monitor test destination port

sourceAgent String

The Connection Monitor test source agent

testFrequencyInSec Number

The Connection Monitor test frequency in seconds

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0