EndpointServiceResult Constructors

Definition

Overloads

EndpointServiceResult()

Initializes a new instance of the EndpointServiceResult class.

EndpointServiceResult(String, String, String)

Initializes a new instance of the EndpointServiceResult class.

EndpointServiceResult()

Initializes a new instance of the EndpointServiceResult class.

public EndpointServiceResult ();
Public Sub New ()

Applies to

EndpointServiceResult(String, String, String)

Initializes a new instance of the EndpointServiceResult class.

public EndpointServiceResult (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Network.Models.EndpointServiceResult : string * string * string -> Microsoft.Azure.Management.Network.Models.EndpointServiceResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Name of the endpoint service.

type
String

Type of the endpoint service.

Applies to