你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LinkConnectionClient.UpdateLandingZoneCredential Method

Definition

Update landing zone credential of a link connection.

public virtual Azure.Response UpdateLandingZoneCredential(string linkConnectionName, Azure.Analytics.Synapse.Artifacts.Models.UpdateLandingZoneCredential updateLandingZoneCredentialRequest, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateLandingZoneCredential : string * Azure.Analytics.Synapse.Artifacts.Models.UpdateLandingZoneCredential * System.Threading.CancellationToken -> Azure.Response
override this.UpdateLandingZoneCredential : string * Azure.Analytics.Synapse.Artifacts.Models.UpdateLandingZoneCredential * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function UpdateLandingZoneCredential (linkConnectionName As String, updateLandingZoneCredentialRequest As UpdateLandingZoneCredential, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

linkConnectionName
String

The link connection name.

updateLandingZoneCredentialRequest
UpdateLandingZoneCredential

update landing zone credential request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to