PrivateLinkConnectionApprovalRequestResource 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
PrivateLinkConnectionApprovalRequestResource() |
Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class. |
PrivateLinkConnectionApprovalRequestResource(String, String, String, String, PrivateLinkConnectionApprovalRequest) |
Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class. |
PrivateLinkConnectionApprovalRequestResource()
Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class.
public PrivateLinkConnectionApprovalRequestResource ();
Public Sub New ()
Applies to
PrivateLinkConnectionApprovalRequestResource(String, String, String, String, PrivateLinkConnectionApprovalRequest)
Initializes a new instance of the PrivateLinkConnectionApprovalRequestResource class.
public PrivateLinkConnectionApprovalRequestResource (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequest properties = default);
new Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource : string * string * string * string * Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequest -> Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource
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 PrivateLinkConnectionApprovalRequest = 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
- PrivateLinkConnectionApprovalRequest
Core resource properties
Applies to
Azure SDK for .NET