ResourcesOperationsExtensions.CheckExistence メソッド

定義

リソースが存在するかどうかを確認します。

public static bool CheckExistence (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion);
static member CheckExistence : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string -> bool
<Extension()>
Public Function CheckExistence (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String) As Boolean

パラメーター

operations
IResourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

チェックするリソースを含むリソース グループの名前。 名前の大文字と小文字は区別されます。

resourceProviderNamespace
String

チェックするリソースのリソース プロバイダー。

parentResourcePath
String

親リソース ID。

resourceType
String

リソースの種類。

resourceName
String

存在するかどうかをチェックするリソースの名前。

apiVersion
String

操作に使用する API バージョン。

戻り値

適用対象