Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationHubPatchParameters

Package version

interface

An interface representing NotificationHubPatchParameters. Parameters supplied to the patch NotificationHub operation.

extends

Resource

Hierarchy

  • Resource
    • NotificationHubPatchParameters

Index

Properties

Optional admCredential

admCredential: AdmCredential
member

{AdmCredential} [admCredential] The AdmCredential of the created NotificationHub

Optional apnsCredential

apnsCredential: ApnsCredential
member

{ApnsCredential} [apnsCredential] The ApnsCredential of the created NotificationHub

Optional authorizationRules

member

{SharedAccessAuthorizationRuleProperties[]} [authorizationRules] The AuthorizationRules of the created NotificationHub

Optional baiduCredential

baiduCredential: BaiduCredential
member

{BaiduCredential} [baiduCredential] The BaiduCredential of the created NotificationHub

Optional gcmCredential

gcmCredential: GcmCredential
member

{GcmCredential} [gcmCredential] The GcmCredential of the created NotificationHub

Optional id

id: undefined | string
member

{string} [id] Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] Resource location

Optional mpnsCredential

mpnsCredential: MpnsCredential
member

{MpnsCredential} [mpnsCredential] The MpnsCredential of the created NotificationHub

Optional name

name: undefined | string
member

{string} [name] Resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional notificationHubPatchParametersName

notificationHubPatchParametersName: undefined | string
member

{string} [notificationHubPatchParametersName] The NotificationHub name.

Optional registrationTtl

registrationTtl: undefined | string
member

{string} [registrationTtl] The RegistrationTtl of the created NotificationHub

Optional sku

sku: Sku
member

{Sku} [sku] The sku of the created namespace

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags

Optional type

type: undefined | string
member

{string} [type] Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Optional wnsCredential

wnsCredential: WnsCredential
member

{WnsCredential} [wnsCredential] The WnsCredential of the created NotificationHub

Generated using TypeDoc