Compartir a través de


DeploymentsOperationsExtensions.CheckExistenceAtTenantScope Método

Definición

Comprueba si la implementación existe.

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

Parámetros

operations
IDeploymentsOperations

El grupo de operaciones de este método de extensión.

deploymentName
String

Nombre de la implementación.

Devoluciones

Se aplica a