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

IGenericResources.CheckExistence 方法

定义

检查资源组中是否存在资源。

public bool CheckExistence (string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion = default);
abstract member CheckExistence : string * string * string * string * string * string -> bool
Public Function CheckExistence (resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional apiVersion As String = Nothing) As Boolean

参数

resourceGroupName
String

resourceGroupName 资源组的名称

resourceProviderNamespace
String

resourceProviderNamespace 资源提供程序的命名空间

parentResourcePath
String

parentResourcePath 父级的资源路径

resourceType
String

resourceType 资源的类型

resourceName
String

resourceName 资源的名称

apiVersion
String

apiVersion the API version

返回

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

适用于