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

ConversionUtils.GetWorkloadTypeFromArmType(String) Method

Definition

Returns the PS resource type from Arm workload type

public static string GetWorkloadTypeFromArmType (string armType);
static member GetWorkloadTypeFromArmType : string -> string
Public Shared Function GetWorkloadTypeFromArmType (armType As String) As String

Parameters

armType
String

Arm workload type

Returns

PS resource type type

Applies to