你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceEndpoint Constructors

Definition

Overloads

ServiceEndpoint()

Initializes a new instance of the ServiceEndpoint class.

ServiceEndpoint(String, IList<String>)

Initializes a new instance of the ServiceEndpoint class.

ServiceEndpoint()

Initializes a new instance of the ServiceEndpoint class.

public ServiceEndpoint ();
Public Sub New ()

Applies to

ServiceEndpoint(String, IList<String>)

Initializes a new instance of the ServiceEndpoint class.

public ServiceEndpoint (string service, System.Collections.Generic.IList<string> locations = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceEndpoint
Public Sub New (service As String, Optional locations As IList(Of String) = Nothing)

Parameters

service
String

The type of the endpoint service.

locations
IList<String>

A list of locations.

Applies to