你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceIdentifier.TryParse(String, ResourceIdentifier) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 ResourceIdentifier 的字符串表示形式转换为等效 ResourceIdentifier 结构。
public static bool TryParse (string? input, out Azure.Core.ResourceIdentifier? result);
static member TryParse : string * ResourceIdentifier -> bool
Public Shared Function TryParse (input As String, ByRef result As ResourceIdentifier) As Boolean
参数
- input
- String
要转换的 ID 字符串。
- result
- ResourceIdentifier
将包含已分析的值的结构。 如果该方法返回 true,则结果包含有效的 ResourceIdentifier。 如果方法返回 false,则 result 将为 null。
返回
如果分析操作成功,则为 True;否则为 false。