ContentHash Constructor (String, String)
Initializes a new instance of the ContentHash class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
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
)
See Also
ContentHash Overload
ContentHash Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top