NotificationHubPropertiesArgs

data class NotificationHubPropertiesArgs(val admCredential: Output<AdmCredentialArgs>? = null, val apnsCredential: Output<ApnsCredentialArgs>? = null, val baiduCredential: Output<BaiduCredentialArgs>? = null, val browserCredential: Output<BrowserCredentialArgs>? = null, val gcmCredential: Output<GcmCredentialArgs>? = null, val mpnsCredential: Output<MpnsCredentialArgs>? = null, val name: Output<String>? = null, val registrationTtl: Output<String>? = null, val wnsCredential: Output<WnsCredentialArgs>? = null, val xiaomiCredential: Output<XiaomiCredentialArgs>? = null) : ConvertibleToJava<NotificationHubPropertiesArgs>

NotificationHub properties.

Constructors

Link copied to clipboard
constructor(admCredential: Output<AdmCredentialArgs>? = null, apnsCredential: Output<ApnsCredentialArgs>? = null, baiduCredential: Output<BaiduCredentialArgs>? = null, browserCredential: Output<BrowserCredentialArgs>? = null, gcmCredential: Output<GcmCredentialArgs>? = null, mpnsCredential: Output<MpnsCredentialArgs>? = null, name: Output<String>? = null, registrationTtl: Output<String>? = null, wnsCredential: Output<WnsCredentialArgs>? = null, xiaomiCredential: Output<XiaomiCredentialArgs>? = null)

Properties

Link copied to clipboard
val admCredential: Output<AdmCredentialArgs>? = null

Description of a NotificationHub AdmCredential.

Link copied to clipboard
val apnsCredential: Output<ApnsCredentialArgs>? = null

Description of a NotificationHub ApnsCredential.

Link copied to clipboard

Description of a NotificationHub BaiduCredential.

Link copied to clipboard

Description of a NotificationHub BrowserCredential.

Link copied to clipboard
val gcmCredential: Output<GcmCredentialArgs>? = null

Description of a NotificationHub GcmCredential.

Link copied to clipboard
val mpnsCredential: Output<MpnsCredentialArgs>? = null

Description of a NotificationHub MpnsCredential.

Link copied to clipboard
val name: Output<String>? = null

Gets or sets the NotificationHub name.

Link copied to clipboard
val registrationTtl: Output<String>? = null

Gets or sets the RegistrationTtl of the created NotificationHub

Link copied to clipboard
val wnsCredential: Output<WnsCredentialArgs>? = null

Description of a NotificationHub WnsCredential.

Link copied to clipboard

Description of a NotificationHub XiaomiCredential.

Functions

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