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

IResourceGroups.CheckExistence(String) 方法

定义

注意

Use Contain() instead.

检查是否有资源组。

[System.Obsolete("Use Contain() instead.")]
public bool CheckExistence (string name);
[<System.Obsolete("Use Contain() instead.")>]
abstract member CheckExistence : string -> bool
Public Function CheckExistence (name As String) As Boolean

参数

name
String

name 要检查的资源组的名称。 名称不区分大小写

返回

如果资源组存在,则为 true;否则为 false

属性

适用于