ArmAppServiceModelFactory.WebAppContentHash(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET