GetNotificationHubResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Resource Id

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard

The MpnsCredential of the created NotificationHub

Link copied to clipboard

Resource name

Link copied to clipboard
val registrationTtl: String? = null

The RegistrationTtl of the created NotificationHub

Link copied to clipboard
val sku: SkuResponse? = null

The sku of the created namespace

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

The WnsCredential of the created NotificationHub