NotificationHubResource Class

Definition

Description of a NotificationHub Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NotificationHubResource : Microsoft.Azure.Management.NotificationHubs.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NotificationHubResource = class
    inherit Resource
Public Class NotificationHubResource
Inherits Resource
Inheritance
NotificationHubResource
Attributes

Constructors

NotificationHubResource()

Initializes a new instance of the NotificationHubResource class.

NotificationHubResource(String, String, String, String, IDictionary<String, String>, Sku, String, String, IList<SharedAccessAuthorizationRuleProperties>, ApnsCredential, WnsCredential, GcmCredential, MpnsCredential, AdmCredential, BaiduCredential)

Initializes a new instance of the NotificationHubResource class.

Properties

AdmCredential

Gets or sets the AdmCredential of the created NotificationHub

ApnsCredential

Gets or sets the ApnsCredential of the created NotificationHub

AuthorizationRules

Gets or sets the AuthorizationRules of the created NotificationHub

BaiduCredential

Gets or sets the BaiduCredential of the created NotificationHub

GcmCredential

Gets or sets the GcmCredential of the created NotificationHub

Id

Gets resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from Resource)
MpnsCredential

Gets or sets the MpnsCredential of the created NotificationHub

Name

Gets resource name

(Inherited from Resource)
NotificationHubResourceName

Gets or sets the NotificationHub name.

RegistrationTtl

Gets or sets the RegistrationTtl of the created NotificationHub

Sku

Gets or sets the sku of the created namespace

(Inherited from Resource)
Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)
WnsCredential

Gets or sets the WnsCredential of the created NotificationHub

Methods

Validate()

Validate the object.

Applies to