ArmTrustedSigningModelFactory.TrustedSigningAccountPatch Method

Definition

public static Azure.ResourceManager.TrustedSigning.Models.TrustedSigningAccountPatch TrustedSigningAccountPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.TrustedSigning.Models.TrustedSigningSkuName? skuName = default);
static member TrustedSigningAccountPatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningSkuName> -> Azure.ResourceManager.TrustedSigning.Models.TrustedSigningAccountPatch
Public Shared Function TrustedSigningAccountPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional skuName As Nullable(Of TrustedSigningSkuName) = Nothing) As TrustedSigningAccountPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

skuName
Nullable<TrustedSigningSkuName>

Name of the SKU.

Returns

A new TrustedSigningAccountPatch instance for mocking.

Applies to