Share via


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