ConnectionAnalyzerData(ConnectionAnalyzerProperties) Constructor
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.
Initializes a new instance of ConnectionAnalyzerData.
public ConnectionAnalyzerData(Azure.ResourceManager.Network.Models.ConnectionAnalyzerProperties properties);
new Azure.ResourceManager.Network.ConnectionAnalyzerData : Azure.ResourceManager.Network.Models.ConnectionAnalyzerProperties -> Azure.ResourceManager.Network.ConnectionAnalyzerData
Public Sub New (properties As ConnectionAnalyzerProperties)
Parameters
- properties
- ConnectionAnalyzerProperties
Properties of the connection analyzer.
Exceptions
properties is null.