GetGatewayHostnameConfigurationPlainArgs

data class GetGatewayHostnameConfigurationPlainArgs(val gatewayId: String, val hcId: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetGatewayHostnameConfigurationPlainArgs>

Constructors

Link copied to clipboard
constructor(gatewayId: String, hcId: String, resourceGroupName: String, serviceName: String)

Properties

Link copied to clipboard

Gateway entity identifier. Must be unique in the current API Management service instance. Must not have value 'managed'

Link copied to clipboard

Gateway hostname configuration identifier. Must be unique in the scope of parent Gateway entity.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the API Management service.

Functions

Link copied to clipboard
open override fun toJava(): GetGatewayHostnameConfigurationPlainArgs