SftpServerLinkedService.PrivateKeyContent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contenu de clé privée SSH encodé en Base64 pour l’authentification SshPublicKey. Pour la copie locale avec l’authentification SshPublicKey, vous devez spécifier PrivateKeyPath ou PrivateKeyContent. La clé privée SSH doit être au format OpenSSH.
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
Valeur de propriété
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET