Compartir a través de


DeploymentsOperationsExtensions.CheckExistenceAtScope Método

Definición

Comprueba si la implementación existe.

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

Parámetros

operations
IDeploymentsOperations

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

scope
String

Ámbito del recurso.

deploymentName
String

Nombre de la implementación.

Devoluciones

Se aplica a