你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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