GetChannelFullUrlPlainArgs

data class GetChannelFullUrlPlainArgs(val channelName: String, val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetChannelFullUrlPlainArgs>

Constructors

Link copied to clipboard
constructor(channelName: String, partnerNamespaceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the Channel.

Link copied to clipboard

Name of the partner namespace.

Link copied to clipboard

The name of the resource group within the partners subscription.

Functions

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