Skip to main content

Gateway

Properties

PropertyTypeAttributesDescription
type'VirtualNetwork' | 'OnPremises' | 'OnPremisesPersonal'RequiredThe Gateway type. Only 'VirtualNetwork' gateways can be created; the on-premises types can only be referenced.
allowCloudConnectionRefreshboolRead-onlyWhether the on-premises Gateway allows cloud connections to refresh through it
allowCustomConnectorsboolRead-onlyWhether the on-premises Gateway allows custom connectors
capacityIdstringThe capacity ID. Required when 'type' is 'VirtualNetwork'.
displayNamestringThe Gateway display name. Required when 'type' is 'VirtualNetwork' or 'OnPremises'.
idstringRead-only, IdentifierThe Gateway ID
inactivityMinutesBeforeSleepintThe inactivity minutes before sleep. Must be one of: 30, 60, 90, 120, 150, 240, 360, 480, 720, 1440. Required when 'type' is 'VirtualNetwork'.
loadBalancingSetting'Failover' | 'DistributeEvenly'Read-onlyThe load balancing setting of the on-premises Gateway
maxMemberGatewayCountintThe maximum number of member gateways to scale up to. Must be set together with minMemberGatewayCount
minMemberGatewayCountintThe minimum number of member gateways to scale down to. Must be set together with maxMemberGatewayCount
numberOfMemberGatewaysintThe number of member gateways. Mutually exclusive with minMemberGatewayCount/maxMemberGatewayCount
publicKeyGatewayPublicKeyRead-onlyThe public key of the primary gateway member, used to encrypt connection credentials
versionstringRead-onlyThe Gateway version
virtualNetworkAzureResourceGatewayVirtualNetworkAzureResourceThe Azure virtual network resource. Required when 'type' is 'VirtualNetwork'.

GatewayPublicKey

PropertyTypeAttributesDescription
exponentstringRead-onlyThe public key exponent
modulusstringRead-onlyThe public key modulus

GatewayVirtualNetworkAzureResource

PropertyTypeAttributesDescription
resourceGroupNamestringRequiredThe resource group name
subnetNamestringRequiredThe subnet name
subscriptionIdstringRequiredThe subscription ID
virtualNetworkNamestringRequiredThe virtual network name