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

DeploymentsOperationsExtensions.CheckExistence Method

Definition

public static bool CheckExistence (this Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);
static member CheckExistence : Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations * string * string -> bool
<Extension()>
Public Function CheckExistence (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String) As Boolean

Parameters

resourceGroupName
String
deploymentName
String

Returns

Applies to