ArmNetworkModelFactory.ConnectionAnalyzerData Method
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.
public static Azure.ResourceManager.Network.ConnectionAnalyzerData ConnectionAnalyzerData(string eTag = default, Azure.ResourceManager.Network.Models.ConnectionAnalyzerProperties properties = default);
static member ConnectionAnalyzerData : string * Azure.ResourceManager.Network.Models.ConnectionAnalyzerProperties -> Azure.ResourceManager.Network.ConnectionAnalyzerData
Public Shared Function ConnectionAnalyzerData (Optional eTag As String = Nothing, Optional properties As ConnectionAnalyzerProperties = Nothing) As ConnectionAnalyzerData
Parameters
- eTag
- String
A unique read-only string that changes whenever the resource is updated.
- properties
- ConnectionAnalyzerProperties
Properties of the connection analyzer.
Returns
A new ConnectionAnalyzerData instance for mocking.