ArmSecretsStoreExtensionModelFactory.SecretSyncPatch Method

Definition

The type used for update operations of the SecretSync.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
SecretSyncUpdateProperties

The resource-specific properties for this resource.

Returns

A new SecretSyncPatch instance for mocking.

Applies to