GatewayProperties Class

Definition

Basic information about a gateway.

public class GatewayProperties
Inheritance
GatewayProperties

Constructors

GatewayProperties()

Initializes a new instance of the GatewayProperties class.

Properties

CreateTime

Optional. Create time of the data factory gateway is set by the service side and read-only on the client side.

Description

Optional. Description of the data factory gateway.

ExpiryTime

Optional. Expiry time of the data factory gateway is set by the service side and read-only on the client side.

Key

Optional. Gateway key is set by the service side when creating a new gateway and read-only on the client side. Its value will be null in all other scenarios.

LastConnectTime

Optional. Last connect time of the data factory gateway is set by the service side and read-only on the client side.

ProvisioningState

Optional. The provisioning state of the data factory gateway.

RegisterTime

Optional. Register time of the data factory gateway is set by the service side and read-only on the client side.

Status

Optional. Gateway status is set by the service side and read-only on the client side. It can be NeedRegistration, Online or Offline.

Version

Optional. Gateway version is set by the service side and read-only on the client side.

VersionStatus

Optional. Gateway version status is set by the service side and read-only on the client side. It can be None, UpToDate, Expiring or Expired.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)