ApplicationGatewayGetResponse Class
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.
The response body contains details of the application gateway.
public class ApplicationGatewayGetResponse : Microsoft.Azure.AzureOperationResponse
type ApplicationGatewayGetResponse = class
inherit AzureOperationResponse
Public Class ApplicationGatewayGetResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseApplicationGatewayGetResponse
Constructors
ApplicationGatewayGetResponse() |
Initializes a new instance of the ApplicationGatewayGetResponse class. |
Properties
Description |
Optional. User supplied description of the gateway |
DnsName |
Optional. DNS name for the gateay. |
GatewaySize |
Optional. The size of each gateway instance. |
InstanceCount |
Optional. The number of instances of this gateway. |
Name |
Optional. The friendly name of the gateway |
State |
Optional. The provisioning state of the gateway. |
Subnets |
Optional. Subnets in the vnet to which the gateway belongs. |
VirtualIPs |
Optional. Virtual IP list of the gateway. |
VnetName |
Optional. The VNET to which the gateway belongs. |