ArmTrustedSigningModelFactory.TrustedSigningAccountPatch 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.
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.