Compartir a través de


NotificationHubCreateOrUpdateParameters Clase

Definición

Parámetros proporcionados a la operación CreateOrUpdate NotificationHub.

[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
Herencia
NotificationHubCreateOrUpdateParameters
Atributos

Constructores

NotificationHubCreateOrUpdateParameters()

Inicializa una nueva instancia de la clase NotificationHubCreateOrUpdateParameters.

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

Inicializa una nueva instancia de la clase NotificationHubCreateOrUpdateParameters.

Propiedades

AdmCredential

Obtiene o establece el AdmCredential de NotificationHub creado.

ApnsCredential

Obtiene o establece el ApnsCredential de NotificationHub creado.

AuthorizationRules

Obtiene o establece authorizationRules del notificationHub creado.

BaiduCredential

Obtiene o establece el BaiduCredential de notificationHub creado.

GcmCredential

Obtiene o establece el GcmCredential de notificationHub creado.

Id

Obtiene el identificador de recurso.

(Heredado de Resource)
Location

Obtiene o establece la ubicación del recurso.

(Heredado de Resource)
MpnsCredential

Obtiene o establece mpnsCredential del notificationHub creado.

Name

Obtiene el nombre del recurso.

(Heredado de Resource)
NotificationHubCreateOrUpdateParametersName

Obtiene o establece el nombre de NotificationHub.

RegistrationTtl

Obtiene o establece el objeto RegistrationTtl de NotificationHub creado.

Sku

Obtiene o establece la SKU del espacio de nombres creado.

(Heredado de Resource)
Tags

Obtiene o establece etiquetas de recursos

(Heredado de Resource)
Type

Obtiene el tipo de recurso.

(Heredado de Resource)
WnsCredential

Obtiene o establece el WnsCredential de notificationHub creado.

Métodos

Validate()

Valide el objeto .

Se aplica a