Freigeben über


ArmDeviceRegistryModelFactory.DeviceRegistryAssetPatch Method

Definition

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.

Applies to