Class HubState
Inherited Members
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 HubState : ResourceArgs
Constructors
View SourceHubState()
Declaration
public HubState()
Properties
View SourceApnsCredential
A apns_credential block as defined below.
Declaration
public Input<HubApnsCredentialGetArgs> ApnsCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HubApnsCredentialGetArgs> |
GcmCredential
A gcm_credential block as defined below.
Declaration
public Input<HubGcmCredentialGetArgs> GcmCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HubGcmCredentialGetArgs> |
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> |
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> |
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> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |