GetGatewayHostNameConfigurationPlainArgs

data class GetGatewayHostNameConfigurationPlainArgs(val apiManagementId: String, val gatewayName: String, val name: String) : ConvertibleToJava<GetGatewayHostNameConfigurationPlainArgs>

A collection of arguments for invoking getGatewayHostNameConfiguration.

Constructors

Link copied to clipboard
constructor(apiManagementId: String, gatewayName: String, name: String)

Properties

Link copied to clipboard

The ID of the API Management Service.

Link copied to clipboard

The name of the API Management Gateway.

Link copied to clipboard

The name of the API Management Gateway Host Name Configuration.

Functions

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