Get Reachability Analysis Intent Result
data class GetReachabilityAnalysisIntentResult(val azureApiVersion: String, val id: String, val name: String, val properties: ReachabilityAnalysisIntentPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Configuration information or intent on which to do the analysis on.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: ReachabilityAnalysisIntentPropertiesResponse, systemData: SystemDataResponse, type: String)