Condividi tramite


ArmDeviceRegistryModelFactory.DeviceRegistrySchemaRegistryPatch Method

Definition

The type used for update operations of the SchemaRegistry.

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

Parameters

identity
SystemAssignedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

properties
SchemaRegistryUpdateProperties

The resource-specific properties for this resource.

Returns

A new DeviceRegistrySchemaRegistryPatch instance for mocking.

Applies to