Condividi tramite


ArmDeviceRegistryModelFactory.DeviceRegistryNamespaceDevicePatch Method

Definition

The type used for update operations of the NamespaceDevice.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
NamespaceDeviceUpdateProperties

The resource-specific properties for this resource.

Returns

A new DeviceRegistryNamespaceDevicePatch instance for mocking.

Applies to