Compartilhar via


ManagersOperationsExtensions.GetAsymmetricEncryptedSecret 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.)

public static Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret GetAsymmetricEncryptedSecret (this Microsoft.Azure.Management.StorSimple8000Series.IManagersOperations operations, string resourceGroupName, string managerName, string plainTextSecret);
static member GetAsymmetricEncryptedSecret : Microsoft.Azure.Management.StorSimple8000Series.IManagersOperations * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret
<Extension()>
Public Function GetAsymmetricEncryptedSecret (operations As IManagersOperations, resourceGroupName As String, managerName As String, plainTextSecret As String) As AsymmetricEncryptedSecret

Parâmetros

operations
IManagersOperations
resourceGroupName
String

O nome do grupo de recursos.

managerName
String

O nome do recurso.

plainTextSecret
String

O segredo de texto sem formatação.

Retornos

O AsymmetricEncryptedSecret.

Exceções

Aplica-se a