你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NamespaceResourceInner 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
NamespaceResourceInner()
public NamespaceResourceInner ();
Public Sub New ()
适用于
NamespaceResourceInner(String, String, String, String, IDictionary<String, String>, String, String, String, String, Nullable<DateTime>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<NamespaceType>)
public NamespaceResourceInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string namespaceResourceName = default, string provisioningState = default, string region = default, string status = default, DateTime? createdAt = default, string serviceBusEndpoint = default, string subscriptionId = default, string scaleUnit = default, bool? enabled = default, bool? critical = default, Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType? namespaceType = default);
new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceResourceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<DateTime> * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType> -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceResourceInner
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 namespaceResourceName As String = Nothing, Optional provisioningState As String = Nothing, Optional region As String = Nothing, Optional status As String = Nothing, Optional createdAt 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 namespaceType As Nullable(Of NamespaceType) = Nothing)
参数
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- namespaceResourceName
- String
- provisioningState
- String
- region
- String
- status
- String
- serviceBusEndpoint
- String
- subscriptionId
- String
- scaleUnit
- String
- namespaceType
- Nullable<NamespaceType>