Show / Hide Table of Contents

Class HubArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HubArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.NotificationHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HubArgs : ResourceArgs

Constructors

View Source

HubArgs()

Declaration
public HubArgs()

Properties

View Source

ApnsCredential

A apns_credential block as defined below.

Declaration
public Input<HubApnsCredentialArgs> ApnsCredential { get; set; }
Property Value
Type Description
Input<HubApnsCredentialArgs>
View Source

GcmCredential

A gcm_credential block as defined below.

Declaration
public Input<HubGcmCredentialArgs> GcmCredential { get; set; }
Property Value
Type Description
Input<HubGcmCredentialArgs>
View Source

Location

The Azure Region in which this Notification Hub Namespace exists. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name to use for this Notification Hub. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NamespaceName

The name of the Notification Hub Namespace in which to create this Notification Hub. Changing this forces a new resource to be created.

Declaration
public Input<string> NamespaceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the Resource Group in which the Notification Hub Namespace exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.