ArmAppServiceModelFactory.WebAppContentHash(String, String) Method

Definition

Initializes a new instance of WebAppContentHash.

public static Azure.ResourceManager.AppService.Models.WebAppContentHash WebAppContentHash (string algorithm = default, string value = default);
static member WebAppContentHash : string * string -> Azure.ResourceManager.AppService.Models.WebAppContentHash
Public Shared Function WebAppContentHash (Optional algorithm As String = Nothing, Optional value As String = Nothing) As WebAppContentHash

Parameters

algorithm
String

The algorithm of the content hash.

value
String

The value of the content hash.

Returns

A new WebAppContentHash instance for mocking.

Applies to