GetApiGatewayConfigConnectionResult

data class GetApiGatewayConfigConnectionResult(val defaultHostname: String, val etag: String, val hostnames: List<String>? = null, val id: String, val name: String, val provisioningState: String, val sourceId: String? = null, val type: String)

A single API Management gateway resource in List or Get response.

Constructors

Link copied to clipboard
constructor(defaultHostname: String, etag: String, hostnames: List<String>? = null, id: String, name: String, provisioningState: String, sourceId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default hostname of the data-plane gateway.

Link copied to clipboard

ETag of the resource.

Link copied to clipboard
val hostnames: List<String>? = null

The hostnames of the data-plane gateway to which requests can be sent.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

The current provisioning state of the API Management gateway config connection

Link copied to clipboard
val sourceId: String? = null

The link to the API Management service workspace.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"