PrivateEndpointConnectionPropertiesPrivateEndpoint 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
PrivateEndpointConnectionPropertiesPrivateEndpoint() |
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class. |
PrivateEndpointConnectionPropertiesPrivateEndpoint(String) |
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class. |
PrivateEndpointConnectionPropertiesPrivateEndpoint()
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class.
public PrivateEndpointConnectionPropertiesPrivateEndpoint ();
Public Sub New ()
Applies to
PrivateEndpointConnectionPropertiesPrivateEndpoint(String)
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateEndpoint class.
public PrivateEndpointConnectionPropertiesPrivateEndpoint (string id = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint : string -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateEndpoint
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
The resource id of the private endpoint resource from Microsoft.Network provider.