GatewayListResponse
Class
Definition
The List data factory gateways operation response.
public class GatewayListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataFactories.Models.Gateway>
- Inheritance
-
Microsoft.Azure.AzureOperationResponseGatewayListResponse
- Implements
Constructors
| GatewayListResponse() |
Initializes a new instance of the GatewayListResponse class. |
Properties
| Gateways |
Optional. List of data factory gateway information. |
Methods
| GetEnumerator() |
Gets the sequence of Gateways. |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() |
Gets the sequence of Gateways. |