ReachabilityAnalysisRunProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReachabilityAnalysisRunProperties() |
Initializes a new instance of the ReachabilityAnalysisRunProperties class. |
ReachabilityAnalysisRunProperties(String, String, IntentContent, String, String, String) |
Initializes a new instance of the ReachabilityAnalysisRunProperties class. |
ReachabilityAnalysisRunProperties()
Initializes a new instance of the ReachabilityAnalysisRunProperties class.
public ReachabilityAnalysisRunProperties ();
Public Sub New ()
Applies to
ReachabilityAnalysisRunProperties(String, String, IntentContent, String, String, String)
Initializes a new instance of the ReachabilityAnalysisRunProperties class.
public ReachabilityAnalysisRunProperties (string intentId, string description = default, Microsoft.Azure.Management.Network.Models.IntentContent intentContent = default, string analysisResult = default, string errorMessage = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisRunProperties : string * string * Microsoft.Azure.Management.Network.Models.IntentContent * string * string * string -> Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisRunProperties
Public Sub New (intentId As String, Optional description As String = Nothing, Optional intentContent As IntentContent = Nothing, Optional analysisResult As String = Nothing, Optional errorMessage As String = Nothing, Optional provisioningState As String = Nothing)
Parameters
- intentId
- String
Id of the intent resource to run analysis on.
- description
- String
- intentContent
- IntentContent
Intent information.
- analysisResult
- String
- errorMessage
- String
- provisioningState
- String
Provisioning states of a resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting'