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

PolicyCmdletBase.GetArrayFromParameter(String, String) Method

Definition

Gets a JArray from a parameter value

protected Newtonsoft.Json.Linq.JArray GetArrayFromParameter (string parameter, string parameterName);
member this.GetArrayFromParameter : string * string -> Newtonsoft.Json.Linq.JArray
Protected Function GetArrayFromParameter (parameter As String, parameterName As String) As JArray

Parameters

parameter
String

The parameter value.

parameterName
String

The name of the parameter.

Returns

Newtonsoft.Json.Linq.JArray

Applies to