NotificationHubPatchParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the patch NotificationHub operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NotificationHubPatchParameters : Microsoft.Azure.Management.NotificationHubs.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NotificationHubPatchParameters = class
inherit Resource
Public Class NotificationHubPatchParameters
Inherits Resource
- Inheritance
- Attributes
Constructors
NotificationHubPatchParameters() |
Initializes a new instance of the NotificationHubPatchParameters class. |
NotificationHubPatchParameters(String, String, String, String, IDictionary<String,String>, Sku, String, String, IList<SharedAccessAuthorizationRuleProperties>, ApnsCredential, WnsCredential, GcmCredential, MpnsCredential, AdmCredential, BaiduCredential) |
Initializes a new instance of the NotificationHubPatchParameters 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) |
NotificationHubPatchParametersName |
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
Azure SDK for .NET