Compartilhar via


Construtor ContentHash (String, String)

 

Inicializa uma nova instância da classe ContentHash com argumentos necessários.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public ContentHash(
    string algorithm,
    string value
)
public:
ContentHash(
    String^ algorithm,
    String^ value
)
new : 
        algorithm:string *
        value:string -> ContentHash
Public Sub New (
    algorithm As String,
    value As String
)

Consulte também

ContentHash Sobrecarga
Classe ContentHash
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo