PrivateEndpointConnectionResource 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
PrivateEndpointConnectionResource() |
Initializes a new instance of the PrivateEndpointConnectionResource class. |
PrivateEndpointConnectionResource(String, String, String, String, RemotePrivateEndpointConnection) |
Initializes a new instance of the PrivateEndpointConnectionResource class. |
PrivateEndpointConnectionResource()
Initializes a new instance of the PrivateEndpointConnectionResource class.
public PrivateEndpointConnectionResource ();
Public Sub New ()
Applies to
PrivateEndpointConnectionResource(String, String, String, String, RemotePrivateEndpointConnection)
Initializes a new instance of the PrivateEndpointConnectionResource class.
public PrivateEndpointConnectionResource (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.DataFactory.Models.RemotePrivateEndpointConnection properties = default);
new Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource : string * string * string * string * Microsoft.Azure.Management.DataFactory.Models.RemotePrivateEndpointConnection -> Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional properties As RemotePrivateEndpointConnection = Nothing)
Parameters
- id
- String
The resource identifier.
- name
- String
The resource name.
- type
- String
The resource type.
- etag
- String
Etag identifies change in the resource.
- properties
- RemotePrivateEndpointConnection
Core resource properties