ArmDevCenterModelFactory.DevCenterTrackedResourceUpdate 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.
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.