ArmAttestationModelFactory.AttestationProviderPatch Method

Definition

Parameters for patching an attestation provider.

public static Azure.ResourceManager.Attestation.Models.AttestationProviderPatch AttestationProviderPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Attestation.Models.AttestationProviderPatchProperties properties = default);
static member AttestationProviderPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Attestation.Models.AttestationProviderPatchProperties -> Azure.ResourceManager.Attestation.Models.AttestationProviderPatch
Public Shared Function AttestationProviderPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As AttestationProviderPatchProperties = Nothing) As AttestationProviderPatch

Parameters

tags
IDictionary<String,String>

The tags that will be assigned to the attestation provider.

properties
AttestationProviderPatchProperties

Properties of the attestation provider.

Returns

A new AttestationProviderPatch instance for mocking.

Applies to