ArmDevCenterModelFactory.DevCenterTrackedResourceUpdate Method

Definition

Base tracked resource type for PATCH updates.

public static Azure.ResourceManager.DevCenter.Models.DevCenterTrackedResourceUpdate DevCenterTrackedResourceUpdate(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation? location = default);
static member DevCenterTrackedResourceUpdate : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.DevCenter.Models.DevCenterTrackedResourceUpdate
Public Shared Function DevCenterTrackedResourceUpdate (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As DevCenterTrackedResourceUpdate

Parameters

tags
IDictionary<String,String>

Resource tags.

location
Nullable<AzureLocation>

The geo-location where the resource lives.

Returns

A new DevCenterTrackedResourceUpdate instance for mocking.

Applies to