| | | 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> Result of on demand test probe. </summary> |
| | | 11 | | public partial class ApplicationGatewayBackendHealthOnDemand |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of ApplicationGatewayBackendHealthOnDemand. </summary> |
| | 0 | 14 | | internal ApplicationGatewayBackendHealthOnDemand() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of ApplicationGatewayBackendHealthOnDemand. </summary> |
| | | 19 | | /// <param name="backendAddressPool"> Reference to an ApplicationGatewayBackendAddressPool resource. </param> |
| | | 20 | | /// <param name="backendHealthHttpSettings"> Application gateway BackendHealthHttp settings. </param> |
| | 0 | 21 | | internal ApplicationGatewayBackendHealthOnDemand(ApplicationGatewayBackendAddressPool backendAddressPool, Applic |
| | | 22 | | { |
| | 0 | 23 | | BackendAddressPool = backendAddressPool; |
| | 0 | 24 | | BackendHealthHttpSettings = backendHealthHttpSettings; |
| | 0 | 25 | | } |
| | | 26 | | |
| | | 27 | | /// <summary> Reference to an ApplicationGatewayBackendAddressPool resource. </summary> |
| | 0 | 28 | | public ApplicationGatewayBackendAddressPool BackendAddressPool { get; } |
| | | 29 | | /// <summary> Application gateway BackendHealthHttp settings. </summary> |
| | 0 | 30 | | public ApplicationGatewayBackendHealthHttpSettings BackendHealthHttpSettings { get; } |
| | | 31 | | } |
| | | 32 | | } |