get Reachability Analysis Intent
suspend fun getReachabilityAnalysisIntent(argument: GetReachabilityAnalysisIntentPlainArgs): GetReachabilityAnalysisIntentResult
Configuration information or intent on which to do the analysis on. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2024-05-01.
Return
Configuration information or intent on which to do the analysis on.
Parameters
argument
null
suspend fun getReachabilityAnalysisIntent(networkManagerName: String, reachabilityAnalysisIntentName: String, resourceGroupName: String, workspaceName: String): GetReachabilityAnalysisIntentResult
Return
Configuration information or intent on which to do the analysis on.
Parameters
network Manager Name
The name of the network manager.
reachability Analysis Intent Name
Reachability Analysis Intent name.
resource Group Name
The name of the resource group.
workspace Name
Workspace name.
See also
suspend fun getReachabilityAnalysisIntent(argument: suspend GetReachabilityAnalysisIntentPlainArgsBuilder.() -> Unit): GetReachabilityAnalysisIntentResult
Return
Configuration information or intent on which to do the analysis on.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetReachabilityAnalysisIntentPlainArgs.