你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceEndpoint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.