NotificationHubCreateOrUpdateParameters Class

Definition

Parameters supplied to the CreateOrUpdate NotificationHub operation.

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

Constructors

NotificationHubCreateOrUpdateParameters()

Initializes a new instance of the NotificationHubCreateOrUpdateParameters class.

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

Initializes a new instance of the NotificationHubCreateOrUpdateParameters 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)
NotificationHubCreateOrUpdateParametersName

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