Udostępnij przez


ArmDeviceRegistryModelFactory.CredentialPatch Method

Definition

The type used for update operations of the Credential.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

Returns

A new CredentialPatch instance for mocking.

Applies to