GatewayResourceDescription interface

Extends

Properties

description

User readable description of the gateway.

destinationNetwork
http

Configuration for http connectivity for this

ipAddress

IP address of the gateway. This is populated

provisioningState

State of the resource.

sourceNetwork
status

Status of the resource. Possible values

statusDetails

Gives additional information about the

tcp

Configuration for tcp connectivity for this

Inherited Properties

id

Fully qualified identifier for the resource. Ex -

location
name

The name of the resource

tags

Resource tags.

type

The type of the resource. Ex-

Property Details

description

User readable description of the gateway.

description?: string

Property Value

string

destinationNetwork

destinationNetwork: NetworkRef

Property Value

http

Configuration for http connectivity for this

http?: HttpConfig[]

Property Value

ipAddress

IP address of the gateway. This is populated

ipAddress?: string

Property Value

string

provisioningState

State of the resource.

provisioningState?: string

Property Value

string

sourceNetwork

sourceNetwork: NetworkRef

Property Value

status

Status of the resource. Possible values

status?: ResourceStatus

Property Value

statusDetails

Gives additional information about the

statusDetails?: string

Property Value

string

tcp

Configuration for tcp connectivity for this

tcp?: TcpConfig[]

Property Value

Inherited Property Details

id

Fully qualified identifier for the resource. Ex -

id?: string

Property Value

string

Inherited From TrackedResource.id

location

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From TrackedResource.name

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResource.tags

type

The type of the resource. Ex-

type?: string

Property Value

string

Inherited From TrackedResource.type