Notification Hub Args
constructor(admCredential: Output<AdmCredentialArgs>? = null, apnsCredential: Output<ApnsCredentialArgs>? = null, baiduCredential: Output<BaiduCredentialArgs>? = null, browserCredential: Output<BrowserCredentialArgs>? = null, fcmV1Credential: Output<FcmV1CredentialArgs>? = null, gcmCredential: Output<GcmCredentialArgs>? = null, location: Output<String>? = null, mpnsCredential: Output<MpnsCredentialArgs>? = null, name: Output<String>? = null, namespaceName: Output<String>? = null, notificationHubName: Output<String>? = null, registrationTtl: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, wnsCredential: Output<WnsCredentialArgs>? = null, xiaomiCredential: Output<XiaomiCredentialArgs>? = null)