get Reachability Analysis Run
suspend fun getReachabilityAnalysisRun(argument: GetReachabilityAnalysisRunPlainArgs): GetReachabilityAnalysisRunResult
Configuration information for analysis run. Uses Azure REST API version 2024-05-01. Other available API versions: 2024-01-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Configuration information for analysis run.
Parameters
argument
null
suspend fun getReachabilityAnalysisRun(networkManagerName: String, reachabilityAnalysisRunName: String, resourceGroupName: String, workspaceName: String): GetReachabilityAnalysisRunResult
Return
Configuration information for analysis run.
Parameters
network Manager Name
The name of the network manager.
reachability Analysis Run Name
Reachability Analysis Run name.
resource Group Name
The name of the resource group.
workspace Name
Workspace name.
See also
suspend fun getReachabilityAnalysisRun(argument: suspend GetReachabilityAnalysisRunPlainArgsBuilder.() -> Unit): GetReachabilityAnalysisRunResult
Return
Configuration information for analysis run.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetReachabilityAnalysisRunPlainArgs.