pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.botservice.kotlin.inputs
/
GetChannelPlainArgs
Get
Channel
Plain
Args
data
class
GetChannelPlainArgs
(
val
channelName
:
String
,
val
resourceGroupName
:
String
,
val
resourceName
:
String
)
:
ConvertibleToJava
<
GetChannelPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Channel
Plain
Args
Link copied to clipboard
fun
GetChannelPlainArgs
(
channelName
:
String
,
resourceGroupName
:
String
,
resourceName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetChannelPlainArgs
Properties
channel
Name
Link copied to clipboard
val
channelName
:
String
The name of the Bot resource.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the Bot resource group in the user subscription.
resource
Name
Link copied to clipboard
val
resourceName
:
String
The name of the Bot resource.