NotificationHubArgs

constructor(admCredential: Output<AdmCredentialArgs>? = null, apnsCredential: Output<ApnsCredentialArgs>? = null, authorizationRules: Output<List<SharedAccessAuthorizationRulePropertiesArgs>>? = null, baiduCredential: Output<BaiduCredentialArgs>? = 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)