| | | 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 UnprepareNetworkPolicies for Subnet. </summary> |
| | | 11 | | public partial class UnprepareNetworkPoliciesRequest |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of UnprepareNetworkPoliciesRequest. </summary> |
| | 0 | 14 | | public UnprepareNetworkPoliciesRequest() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of UnprepareNetworkPoliciesRequest. </summary> |
| | | 19 | | /// <param name="serviceName"> The name of the service for which subnet is being unprepared for. </param> |
| | 0 | 20 | | internal UnprepareNetworkPoliciesRequest(string serviceName) |
| | | 21 | | { |
| | 0 | 22 | | ServiceName = serviceName; |
| | 0 | 23 | | } |
| | | 24 | | |
| | | 25 | | /// <summary> The name of the service for which subnet is being unprepared for. </summary> |
| | 0 | 26 | | public string ServiceName { get; set; } |
| | | 27 | | } |
| | | 28 | | } |