你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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