Freigeben über


ArmDeviceRegistryModelFactory.DeviceRegistryNamespaceAssetPatch Method

Definition

The type used for update operations of the NamespaceAsset.

public static Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryNamespaceAssetPatch DeviceRegistryNamespaceAssetPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.DeviceRegistry.Models.NamespaceAssetUpdateProperties properties = default);
static member DeviceRegistryNamespaceAssetPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.DeviceRegistry.Models.NamespaceAssetUpdateProperties -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryNamespaceAssetPatch
Public Shared Function DeviceRegistryNamespaceAssetPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As NamespaceAssetUpdateProperties = Nothing) As DeviceRegistryNamespaceAssetPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
NamespaceAssetUpdateProperties

The resource-specific properties for this resource.

Returns

A new DeviceRegistryNamespaceAssetPatch instance for mocking.

Applies to