SftpServerLinkedService.PrivateKeyContent Property
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.
Base64 encoded SSH private key content for SshPublicKey authentication. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format.
public Azure.Core.Expressions.DataFactory.DataFactorySecret PrivateKeyContent { get; set; }
public Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition PrivateKeyContent { get; set; }
member this.PrivateKeyContent : Azure.Core.Expressions.DataFactory.DataFactorySecret with get, set
member this.PrivateKeyContent : Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition with get, set
Public Property PrivateKeyContent As DataFactorySecret
Public Property PrivateKeyContent As DataFactorySecretBaseDefinition
Property Value
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