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