次の方法で共有


BackendServiceFabricClusterProperties(IEnumerable<String>) コンストラクター

定義

BackendServiceFabricClusterProperties の新しいインスタンスを初期化します。

public BackendServiceFabricClusterProperties (System.Collections.Generic.IEnumerable<string> managementEndpoints);
new Azure.ResourceManager.ApiManagement.Models.BackendServiceFabricClusterProperties : seq<string> -> Azure.ResourceManager.ApiManagement.Models.BackendServiceFabricClusterProperties
Public Sub New (managementEndpoints As IEnumerable(Of String))

パラメーター

managementEndpoints
IEnumerable<String>

クラスター管理エンドポイント。

例外

managementEndpoints が null です。

適用対象