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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET