GetNotificationHubResult

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)

Types

Link copied to clipboard
object Companion

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

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Description of a NotificationHub MpnsCredential.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val registrationTtl: String? = null

Gets or sets the RegistrationTtl of the created NotificationHub

Link copied to clipboard
val sku: SkuResponse? = null

The Sku description for a namespace

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Description of a NotificationHub WnsCredential.

Link copied to clipboard

Description of a NotificationHub XiaomiCredential.