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

ArmDevCenterModelFactory.DevCenterEnvironmentTypePatch Method

Definition

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

Parameters

displayName
String

The display name of the environment type.

tags
IDictionary<String,String>

Resource tags.

Returns

A new DevCenterEnvironmentTypePatch instance for mocking.

Applies to