Show / Hide Table of Contents

Class NamespaceState

Inheritance
System.Object
InputArgs
ResourceArgs
NamespaceState
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 NamespaceState : ResourceArgs

Constructors

View Source

NamespaceState()

Declaration
public NamespaceState()

Properties

View Source

Enabled

Is this Notification Hub Namespace enabled? Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Location

The Azure Region in which this Notification Hub Namespace should 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 Namespace. 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

NamespaceType

The Type of Namespace - possible values are Messaging or NotificationHub. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the Resource Group in which the Notification Hub Namespace should exist. 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

ServicebusEndpoint

The ServiceBus Endpoint for this Notification Hub Namespace.

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

SkuName

The name of the SKU to use for this Notification Hub Namespace. Possible values are Free, Basic or Standard. Changing this forces a new resource to be created.

Declaration
public Input<string> SkuName { 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.