Share via


BackendServiceFabricClusterProperties(IEnumerable<String>) Constructor

Definition

Initializes a new instance of 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))

Parameters

managementEndpoints
IEnumerable<String>

The cluster management endpoint.

Exceptions

managementEndpoints is null.

Applies to