ArmDeviceRegistryModelFactory.CredentialPatch 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.
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.