toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicebus.kotlin.inputs
/
GetTopicPlainArgs
Get
Topic
Plain
Args
data
class
GetTopicPlainArgs
(
val
namespaceName
:
String
,
val
resourceGroupName
:
String
,
val
topicName
:
String
)
:
ConvertibleToJava
<
GetTopicPlainArgs
>
Members
Constructors
Get
Topic
Plain
Args
Link copied to clipboard
constructor
(
namespaceName
:
String
,
resourceGroupName
:
String
,
topicName
:
String
)
Properties
namespace
Name
Link copied to clipboard
val
namespaceName
:
String
The namespace name
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group. The name is case insensitive.
topic
Name
Link copied to clipboard
val
topicName
:
String
The topic name.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetTopicPlainArgs