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.