Compartilhar via


ExtendedClientMethods.GetAsymmetricEncryptedSecretUsingActivationKey Método

Definição

Use esse método para criptografar os segredos do usuário (Chave de Acesso da Conta de Armazenamento, Chave de Criptografia de Contêiner de Volume etc.) usando a chave de ativação

public static Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret GetAsymmetricEncryptedSecretUsingActivationKey (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string deviceName, string resourceGroupName, string plainTextSecret, string activationKey);
static member GetAsymmetricEncryptedSecretUsingActivationKey : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret
<Extension()>
Public Function GetAsymmetricEncryptedSecretUsingActivationKey (operations As IDevicesOperations, deviceName As String, resourceGroupName As String, plainTextSecret As String, activationKey As String) As AsymmetricEncryptedSecret

Parâmetros

operations
IDevicesOperations
deviceName
String

O nome do recurso.

resourceGroupName
String

O nome do grupo de recursos.

plainTextSecret
String

O segredo de texto sem formatação.

activationKey
String

Retornos

O AsymmetricEncryptedSecret.

Exceções

Aplica-se a