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