PrivateLinkConnectionApprovalRequest 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
PrivateLinkConnectionApprovalRequest() |
Initializes a new instance of the PrivateLinkConnectionApprovalRequest class. |
PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState, PrivateEndpoint) |
Initializes a new instance of the PrivateLinkConnectionApprovalRequest class. |
PrivateLinkConnectionApprovalRequest()
Initializes a new instance of the PrivateLinkConnectionApprovalRequest class.
public PrivateLinkConnectionApprovalRequest ();
Public Sub New ()
Applies to
PrivateLinkConnectionApprovalRequest(PrivateLinkConnectionState, PrivateEndpoint)
Initializes a new instance of the PrivateLinkConnectionApprovalRequest class.
public PrivateLinkConnectionApprovalRequest (Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default, Microsoft.Azure.Management.DataFactory.Models.PrivateEndpoint privateEndpoint = default);
new Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequest : Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionState * Microsoft.Azure.Management.DataFactory.Models.PrivateEndpoint -> Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequest
Public Sub New (Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing)
Parameters
- privateLinkServiceConnectionState
- PrivateLinkConnectionState
- privateEndpoint
- PrivateEndpoint
The resource of private endpoint.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET