Get Notification Hub Result
data class GetNotificationHubResult(val admCredential: AdmCredentialResponse? = null, val apnsCredential: ApnsCredentialResponse? = null, val authorizationRules: List<SharedAccessAuthorizationRulePropertiesResponse>? = null, val baiduCredential: BaiduCredentialResponse? = null, val gcmCredential: GcmCredentialResponse? = null, val id: String, val location: String? = null, val mpnsCredential: MpnsCredentialResponse? = null, val name: String, val registrationTtl: String? = null, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val wnsCredential: WnsCredentialResponse? = null)
Description of a NotificationHub Resource.
Constructors
Link copied to clipboard
constructor(admCredential: AdmCredentialResponse? = null, apnsCredential: ApnsCredentialResponse? = null, authorizationRules: List<SharedAccessAuthorizationRulePropertiesResponse>? = null, baiduCredential: BaiduCredentialResponse? = null, gcmCredential: GcmCredentialResponse? = null, id: String, location: String? = null, mpnsCredential: MpnsCredentialResponse? = null, name: String, registrationTtl: String? = null, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String, wnsCredential: WnsCredentialResponse? = null)
Properties
Link copied to clipboard
The AdmCredential of the created NotificationHub
Link copied to clipboard
The ApnsCredential of the created NotificationHub
Link copied to clipboard
The AuthorizationRules of the created NotificationHub
Link copied to clipboard
The BaiduCredential of the created NotificationHub
Link copied to clipboard
The GcmCredential of the created NotificationHub
Link copied to clipboard
The MpnsCredential of the created NotificationHub
Link copied to clipboard
The RegistrationTtl of the created NotificationHub
Link copied to clipboard
The sku of the created namespace
Link copied to clipboard
The WnsCredential of the created NotificationHub