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