ArmAttestationModelFactory.AttestationProviderPatch 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.
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.