ArmSecretsStoreExtensionModelFactory.SecretSyncPatch 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 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.