GetGatewayResult

data class GetGatewayResult(val description: String? = null, val destinationNetwork: NetworkRefResponse, val http: List<HttpConfigResponse>? = null, val id: String, val ipAddress: String, val location: String, val name: String, val provisioningState: String, val sourceNetwork: NetworkRefResponse, val status: String, val statusDetails: String, val tags: Map<String, String>? = null, val tcp: List<TcpConfigResponse>? = null, val type: String)

This type describes a gateway resource.

Constructors

Link copied to clipboard
constructor(description: String? = null, destinationNetwork: NetworkRefResponse, http: List<HttpConfigResponse>? = null, id: String, ipAddress: String, location: String, name: String, provisioningState: String, sourceNetwork: NetworkRefResponse, status: String, statusDetails: String, tags: Map<String, String>? = null, tcp: List<TcpConfigResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

User readable description of the gateway.

Link copied to clipboard

Network that the Application is using.

Link copied to clipboard

Configuration for http connectivity for this gateway.

Link copied to clipboard
val id: String

Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

IP address of the gateway. This is populated in the response and is ignored for incoming requests.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of the resource.

Link copied to clipboard

Network the gateway should listen on for requests.

Link copied to clipboard

Status of the resource.

Link copied to clipboard

Gives additional information about the current status of the gateway.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
val tcp: List<TcpConfigResponse>? = null

Configuration for tcp connectivity for this gateway.

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.