| | | 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> Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest. </summary> |
| | | 11 | | public partial class NetworkIntentPolicyConfiguration |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of NetworkIntentPolicyConfiguration. </summary> |
| | 0 | 14 | | public NetworkIntentPolicyConfiguration() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of NetworkIntentPolicyConfiguration. </summary> |
| | | 19 | | /// <param name="networkIntentPolicyName"> The name of the Network Intent Policy for storing in target subscript |
| | | 20 | | /// <param name="sourceNetworkIntentPolicy"> Source network intent policy. </param> |
| | 0 | 21 | | internal NetworkIntentPolicyConfiguration(string networkIntentPolicyName, NetworkIntentPolicy sourceNetworkInten |
| | | 22 | | { |
| | 0 | 23 | | NetworkIntentPolicyName = networkIntentPolicyName; |
| | 0 | 24 | | SourceNetworkIntentPolicy = sourceNetworkIntentPolicy; |
| | 0 | 25 | | } |
| | | 26 | | |
| | | 27 | | /// <summary> The name of the Network Intent Policy for storing in target subscription. </summary> |
| | 0 | 28 | | public string NetworkIntentPolicyName { get; set; } |
| | | 29 | | /// <summary> Source network intent policy. </summary> |
| | 0 | 30 | | public NetworkIntentPolicy SourceNetworkIntentPolicy { get; set; } |
| | | 31 | | } |
| | | 32 | | } |