PnsCredentialsResource Class

Definition

Description of a NotificationHub PNS Credentials.

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

Constructors

PnsCredentialsResource()

Initializes a new instance of the PnsCredentialsResource class.

PnsCredentialsResource(String, String, String, String, IDictionary<String, String>, Sku, ApnsCredential, WnsCredential, GcmCredential, MpnsCredential, AdmCredential, BaiduCredential)

Initializes a new instance of the PnsCredentialsResource class.

Properties

AdmCredential

Gets or sets the AdmCredential of the created NotificationHub

ApnsCredential

Gets or sets the ApnsCredential 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)
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