Get Notification Hub Result
data class GetNotificationHubResult(val admCredential: AdmCredentialResponse? = null, val apnsCredential: ApnsCredentialResponse? = null, val authorizationRules: List<SharedAccessAuthorizationRulePropertiesResponse>, val azureApiVersion: String, val baiduCredential: BaiduCredentialResponse? = null, val browserCredential: BrowserCredentialResponse? = null, val dailyMaxActiveDevices: Double, val fcmV1Credential: FcmV1CredentialResponse? = null, val gcmCredential: GcmCredentialResponse? = null, val id: String, val location: String, val mpnsCredential: MpnsCredentialResponse? = null, val name: String, val registrationTtl: String? = null, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val wnsCredential: WnsCredentialResponse? = null, val xiaomiCredential: XiaomiCredentialResponse? = null)
Notification Hub Resource.
Constructors
Link copied to clipboard
constructor(admCredential: AdmCredentialResponse? = null, apnsCredential: ApnsCredentialResponse? = null, authorizationRules: List<SharedAccessAuthorizationRulePropertiesResponse>, azureApiVersion: String, baiduCredential: BaiduCredentialResponse? = null, browserCredential: BrowserCredentialResponse? = null, dailyMaxActiveDevices: Double, fcmV1Credential: FcmV1CredentialResponse? = null, gcmCredential: GcmCredentialResponse? = null, id: String, location: String, mpnsCredential: MpnsCredentialResponse? = null, name: String, registrationTtl: String? = null, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, wnsCredential: WnsCredentialResponse? = null, xiaomiCredential: XiaomiCredentialResponse? = null)
Properties
Link copied to clipboard
Description of a NotificationHub AdmCredential.
Link copied to clipboard
Description of a NotificationHub ApnsCredential.
Link copied to clipboard
Gets or sets the AuthorizationRules of the created NotificationHub
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Description of a NotificationHub BaiduCredential.
Link copied to clipboard
Description of a NotificationHub BrowserCredential.
Link copied to clipboard
Link copied to clipboard
Description of a NotificationHub FcmV1Credential.
Link copied to clipboard
Description of a NotificationHub GcmCredential.
Link copied to clipboard
Description of a NotificationHub MpnsCredential.
Link copied to clipboard
Gets or sets the RegistrationTtl of the created NotificationHub
Link copied to clipboard
The Sku description for a namespace
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Description of a NotificationHub WnsCredential.
Link copied to clipboard
Description of a NotificationHub XiaomiCredential.