| | | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | | 2 | | // Licensed under the MIT License. |
| | | 3 | | |
| | | 4 | | // <auto-generated/> |
| | | 5 | | |
| | | 6 | | #nullable disable |
| | | 7 | | |
| | | 8 | | namespace Azure.ResourceManager.Network.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> Network configuration diagnostic result corresponded to provided traffic query. </summary> |
| | | 11 | | public partial class NetworkConfigurationDiagnosticResult |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of NetworkConfigurationDiagnosticResult. </summary> |
| | 0 | 14 | | internal NetworkConfigurationDiagnosticResult() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of NetworkConfigurationDiagnosticResult. </summary> |
| | | 19 | | /// <param name="profile"> Network configuration diagnostic profile. </param> |
| | | 20 | | /// <param name="networkSecurityGroupResult"> Network security group result. </param> |
| | 0 | 21 | | internal NetworkConfigurationDiagnosticResult(NetworkConfigurationDiagnosticProfile profile, NetworkSecurityGrou |
| | | 22 | | { |
| | 0 | 23 | | Profile = profile; |
| | 0 | 24 | | NetworkSecurityGroupResult = networkSecurityGroupResult; |
| | 0 | 25 | | } |
| | | 26 | | |
| | | 27 | | /// <summary> Network configuration diagnostic profile. </summary> |
| | 0 | 28 | | public NetworkConfigurationDiagnosticProfile Profile { get; } |
| | | 29 | | /// <summary> Network security group result. </summary> |
| | 0 | 30 | | public NetworkSecurityGroupResult NetworkSecurityGroupResult { get; } |
| | | 31 | | } |
| | | 32 | | } |