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