ArmDeviceRegistryModelFactory.DeviceRegistryNamespaceDevicePatch 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 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.