Share via


EndpointProperties Constructors

Definition

Overloads

EndpointProperties()

Initializes a new instance of the EndpointProperties class.

EndpointProperties(String, String, String)

Initializes a new instance of the EndpointProperties class.

EndpointProperties()

Initializes a new instance of the EndpointProperties class.

public EndpointProperties ();
Public Sub New ()

Applies to

EndpointProperties(String, String, String)

Initializes a new instance of the EndpointProperties class.

public EndpointProperties (string type, string resourceId = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointProperties : string * string * string -> Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointProperties
Public Sub New (type As String, Optional resourceId As String = Nothing, Optional provisioningState As String = Nothing)

Parameters

type
String

The type of endpoint. Possible values include: 'default', 'custom'

resourceId
String

The resource Id of the connectivity endpoint (optional).

provisioningState
String

The resource provisioning state.

Applies to