Freigeben über


ArmDeviceRegistryModelFactory.DeviceRegistryAssetEndpointProfilePatch Method

Definition

The type used for update operations of the AssetEndpointProfile.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
AssetEndpointProfileUpdateProperties

The resource-specific properties for this resource.

Returns

A new DeviceRegistryAssetEndpointProfilePatch instance for mocking.

Applies to