NamespaceCreateOrUpdateParameters Constructors

Definition

Overloads

NamespaceCreateOrUpdateParameters()

Initializes a new instance of the NamespaceCreateOrUpdateParameters class.

NamespaceCreateOrUpdateParameters(String, String, String, String, IDictionary<String,String>, Sku, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<NamespaceType>)

Initializes a new instance of the NamespaceCreateOrUpdateParameters class.

NamespaceCreateOrUpdateParameters()

Initializes a new instance of the NamespaceCreateOrUpdateParameters class.

public NamespaceCreateOrUpdateParameters ();
Public Sub New ()

Applies to

NamespaceCreateOrUpdateParameters(String, String, String, String, IDictionary<String,String>, Sku, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<NamespaceType>)

Initializes a new instance of the NamespaceCreateOrUpdateParameters class.

public NamespaceCreateOrUpdateParameters (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.NotificationHubs.Models.Sku sku = default, string namespaceCreateOrUpdateParametersName = default, string provisioningState = default, string region = default, string metricId = default, string status = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string subscriptionId = default, string scaleUnit = default, bool? enabled = default, bool? critical = default, string dataCenter = default, Microsoft.Azure.Management.NotificationHubs.Models.NamespaceType? namespaceType = default);
new Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.NotificationHubs.Models.Sku * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * string * Nullable<bool> * Nullable<bool> * string * Nullable<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceType> -> Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional namespaceCreateOrUpdateParametersName As String = Nothing, Optional provisioningState As String = Nothing, Optional region As String = Nothing, Optional metricId As String = Nothing, Optional status As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional subscriptionId As String = Nothing, Optional scaleUnit As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional critical As Nullable(Of Boolean) = Nothing, Optional dataCenter As String = Nothing, Optional namespaceType As Nullable(Of NamespaceType) = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Resource location

tags
IDictionary<String,String>

Resource tags

sku
Sku

The sku of the created namespace

namespaceCreateOrUpdateParametersName
String

The name of the namespace.

provisioningState
String

Provisioning state of the Namespace.

region
String

Specifies the targeted region in which the namespace should be created. It can be any of the following values: Australia East, Australia Southeast, Central US, East US, East US 2, West US, North Central US, South Central US, East Asia, Southeast Asia, Brazil South, Japan East, Japan West, North Europe, West Europe

metricId
String

Identifier for Azure Insights metrics

status
String

Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting

createdAt
Nullable<DateTime>

The time the namespace was created.

updatedAt
Nullable<DateTime>

The time the namespace was updated.

serviceBusEndpoint
String

Endpoint you can use to perform NotificationHub operations.

subscriptionId
String

The Id of the Azure subscription associated with the namespace.

scaleUnit
String

ScaleUnit where the namespace gets created

enabled
Nullable<Boolean>

Whether or not the namespace is currently enabled.

critical
Nullable<Boolean>

Whether or not the namespace is set as Critical.

dataCenter
String

Data center for the namespace

namespaceType
Nullable<NamespaceType>

The namespace type. Possible values include: 'Messaging', 'NotificationHub'

Applies to