ArmDeviceRegistryModelFactory.DeviceRegistryNamespaceDiscoveredDevicePatch 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 NamespaceDiscoveredDevice.
public static Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryNamespaceDiscoveredDevicePatch DeviceRegistryNamespaceDiscoveredDevicePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.DeviceRegistry.Models.NamespaceDiscoveredDeviceUpdateProperties properties = default);
static member DeviceRegistryNamespaceDiscoveredDevicePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.DeviceRegistry.Models.NamespaceDiscoveredDeviceUpdateProperties -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryNamespaceDiscoveredDevicePatch
Public Shared Function DeviceRegistryNamespaceDiscoveredDevicePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As NamespaceDiscoveredDeviceUpdateProperties = Nothing) As DeviceRegistryNamespaceDiscoveredDevicePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- properties
- NamespaceDiscoveredDeviceUpdateProperties
The resource-specific properties for this resource.
Returns
A new DeviceRegistryNamespaceDiscoveredDevicePatch instance for mocking.