NamespaceModelInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NamespaceModelInner() |
Initializes a new instance of the NamespaceModelInner class. |
NamespaceModelInner(String, String, String, String, IDictionary<String,String>, Sku, String, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initializes a new instance of the NamespaceModelInner class. |
NamespaceModelInner()
Initializes a new instance of the NamespaceModelInner class.
public NamespaceModelInner ();
Public Sub New ()
Applies to
NamespaceModelInner(String, String, String, String, IDictionary<String,String>, Sku, String, Nullable<DateTime>, Nullable<DateTime>, String, String)
Initializes a new instance of the NamespaceModelInner class.
public NamespaceModelInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ServiceBus.Fluent.Models.Sku sku = default, string provisioningState = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string metricId = default);
new Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceModelInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ServiceBus.Fluent.Models.Sku * string * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceModelInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional provisioningState As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional metricId As String = Nothing)
Parameters
- location
- String
Resource location
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
Resource tags
- sku
- Sku
- provisioningState
- String
Provisioning state of the namespace.
- serviceBusEndpoint
- String
Endpoint you can use to perform Service Bus operations.
- metricId
- String
Identifier for Azure Insights metrics
Applies to
Azure SDK for .NET