Endpoints Constructors

Definition

Overloads

Endpoints()

Initializes a new instance of the Endpoints class.

Endpoints(String, String, String)

Initializes a new instance of the Endpoints class.

Endpoints()

Initializes a new instance of the Endpoints class.

public Endpoints ();
Public Sub New ()

Applies to

Endpoints(String, String, String)

Initializes a new instance of the Endpoints class.

public Endpoints (string nsxtManager = default, string vcsa = default, string hcxCloudManager = default);
new Microsoft.Azure.Management.Avs.Models.Endpoints : string * string * string -> Microsoft.Azure.Management.Avs.Models.Endpoints
Public Sub New (Optional nsxtManager As String = Nothing, Optional vcsa As String = Nothing, Optional hcxCloudManager As String = Nothing)

Parameters

nsxtManager
String

Endpoint for the NSX-T Data Center manager

vcsa
String

Endpoint for Virtual Center Server Appliance

hcxCloudManager
String

Endpoint for the HCX Cloud Manager

Applies to