SBNamespace コンストラクター

定義

オーバーロード

SBNamespace()

SBNamespace クラスの新しいインスタンスを初期化します。

SBNamespace(String, String, String, String, IDictionary<String, String>, SBSku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, String)

SBNamespace クラスの新しいインスタンスを初期化します。

SBNamespace()

SBNamespace クラスの新しいインスタンスを初期化します。

public SBNamespace ();
Public Sub New ()

適用対象

SBNamespace(String, String, String, String, IDictionary<String, String>, SBSku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, String)

SBNamespace クラスの新しいインスタンスを初期化します。

public SBNamespace (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ServiceBus.Models.SBSku sku = default, Microsoft.Azure.Management.ServiceBus.Models.Identity identity = default, Microsoft.Azure.Management.ServiceBus.Models.SystemData systemData = default, string minimumTlsVersion = default, string provisioningState = default, string status = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string metricId = default, bool? zoneRedundant = default, Microsoft.Azure.Management.ServiceBus.Models.Encryption encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection> privateEndpointConnections = default, bool? disableLocalAuth = default, string alternateName = default, string publicNetworkAccess = default);
new Microsoft.Azure.Management.ServiceBus.Models.SBNamespace : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ServiceBus.Models.SBSku * Microsoft.Azure.Management.ServiceBus.Models.Identity * Microsoft.Azure.Management.ServiceBus.Models.SystemData * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<bool> * Microsoft.Azure.Management.ServiceBus.Models.Encryption * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection> * Nullable<bool> * string * string -> Microsoft.Azure.Management.ServiceBus.Models.SBNamespace
Public Sub New (location As String, 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 SBSku = Nothing, Optional identity As Identity = Nothing, Optional systemData As SystemData = Nothing, Optional minimumTlsVersion As String = Nothing, Optional provisioningState 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 metricId As String = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional encryption As Encryption = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional alternateName As String = Nothing, Optional publicNetworkAccess As String = Nothing)

パラメーター

location
String

リソースが保存されている地理的な場所

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

tags
IDictionary<String,String>

リソース タグ

sku
SBSku

SKU のプロパティ

identity
Identity

BYOK ID の説明のプロパティ

systemData
SystemData

このリソースに関連するシステム メタデータ。

minimumTlsVersion
String

サポートするクラスターの最小 TLS バージョン (例: '1.2')。 指定できる値は、'1.0'、'1.1'、'1.2' です。

provisioningState
String

名前空間のプロビジョニング状態。

status
String

名前空間の状態。

createdAt
Nullable<DateTime>

名前空間が作成された時刻

updatedAt
Nullable<DateTime>

名前空間が更新された時刻。

serviceBusEndpoint
String

Service Bus 操作を実行するために使用できるエンドポイント。

metricId
String

Azure Insights メトリックの識別子

zoneRedundant
Nullable<Boolean>

このプロパティを有効にすると、サポートされている可用性ゾーンのリージョンに Premium Service Bus 名前空間が作成されます。

encryption
Encryption

BYOK 暗号化の説明のプロパティ

privateEndpointConnections
IList<PrivateEndpointConnection>

プライベート エンドポイント接続の一覧。

disableLocalAuth
Nullable<Boolean>

このプロパティは、Service Bus 名前空間の SAS 認証を無効にします。

alternateName
String

名前空間の代替名

publicNetworkAccess
String

これにより、トラフィックがパブリック ネットワーク経由で許可されるかどうかが決まります。 既定では有効になっています。 使用可能な値は、'Enabled'、'Disabled'、'SecuredByPerimeter' です。

適用対象