azure-native.peering.getConnectionMonitorTest
Explore with Pulumi AI
Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service.
Uses Azure REST API version 2022-10-01.
Other available API versions: 2025-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native peering [ApiVersion]
. See the version guide for details.
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)
public static Output<GetConnectionMonitorTestResult> getConnectionMonitorTest(GetConnectionMonitorTestArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:peering:getConnectionMonitorTest
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Monitor stringTest Name - The name of the connection monitor test
- Peering
Service stringName - The name of the peering service.
- Resource
Group stringName - The name of the resource group.
- Connection
Monitor stringTest Name - The name of the connection monitor test
- Peering
Service stringName - The name of the peering service.
- Resource
Group stringName - The name of the resource group.
- connection
Monitor StringTest Name - The name of the connection monitor test
- peering
Service StringName - The name of the peering service.
- resource
Group StringName - The name of the resource group.
- connection
Monitor stringTest Name - The name of the connection monitor test
- peering
Service stringName - The name of the peering service.
- resource
Group stringName - The name of the resource group.
- connection_
monitor_ strtest_ name - The name of the connection monitor test
- peering_
service_ strname - The name of the peering service.
- resource_
group_ strname - The name of the resource group.
- connection
Monitor StringTest Name - The name of the connection monitor test
- peering
Service StringName - The name of the peering service.
- resource
Group StringName - The name of the resource group.
getConnectionMonitorTest Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The ID of the resource.
- Is
Test boolSuccessful - 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.
- Provisioning
State string - The provisioning state of the resource.
- Type string
- The type of the resource.
- Destination string
- The Connection Monitor test destination
- Destination
Port int - The Connection Monitor test destination port
- Source
Agent string - The Connection Monitor test source agent
- Test
Frequency intIn Sec - The Connection Monitor test frequency in seconds
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The ID of the resource.
- Is
Test boolSuccessful - 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.
- Provisioning
State string - The provisioning state of the resource.
- Type string
- The type of the resource.
- Destination string
- The Connection Monitor test destination
- Destination
Port int - The Connection Monitor test destination port
- Source
Agent string - The Connection Monitor test source agent
- Test
Frequency intIn Sec - The Connection Monitor test frequency in seconds
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The ID of the resource.
- is
Test BooleanSuccessful - 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.
- provisioning
State String - The provisioning state of the resource.
- type String
- The type of the resource.
- destination String
- The Connection Monitor test destination
- destination
Port Integer - The Connection Monitor test destination port
- source
Agent String - The Connection Monitor test source agent
- test
Frequency IntegerIn Sec - The Connection Monitor test frequency in seconds
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The ID of the resource.
- is
Test booleanSuccessful - 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.
- provisioning
State string - The provisioning state of the resource.
- type string
- The type of the resource.
- destination string
- The Connection Monitor test destination
- destination
Port number - The Connection Monitor test destination port
- source
Agent string - The Connection Monitor test source agent
- test
Frequency numberIn Sec - The Connection Monitor test frequency in seconds
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The ID of the resource.
- is_
test_ boolsuccessful - 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_ intin_ sec - The Connection Monitor test frequency in seconds
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The ID of the resource.
- is
Test BooleanSuccessful - 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.
- provisioning
State String - The provisioning state of the resource.
- type String
- The type of the resource.
- destination String
- The Connection Monitor test destination
- destination
Port Number - The Connection Monitor test destination port
- source
Agent String - The Connection Monitor test source agent
- test
Frequency NumberIn Sec - The Connection Monitor test frequency in seconds
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0