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