次の方法で共有


ResourceOperationsExtensions.CheckExistenceAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceExistsResult> CheckExistenceAsync(this Microsoft.Azure.Management.Resources.IResourceOperations operations, string resourceGroupName, Microsoft.Azure.ResourceIdentity identity);
static member CheckExistenceAsync : Microsoft.Azure.Management.Resources.IResourceOperations * string * Microsoft.Azure.ResourceIdentity -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceExistsResult>
<Extension()>
Public Function CheckExistenceAsync (operations As IResourceOperations, resourceGroupName As String, identity As ResourceIdentity) As Task(Of ResourceExistsResult)

パラメーター

operations
IResourceOperations

Microsoft.Azure.Management.Resources.IResourceOperations への参照です。

resourceGroupName
String

必須。 リソース グループの名前。 名前の大文字と小文字は区別されます。

identity
Microsoft.Azure.ResourceIdentity

必須。 リソースの ID です。

戻り値

リソース グループの情報です。

適用対象