Compartir a través de


DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScope Método

Definición

Devuelve los cambios que realizará la implementación si se ejecuta en el ámbito de la suscripción.

public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);
static member BeginWhatIfAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -> Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult
<Extension()>
Public Function BeginWhatIfAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf) As WhatIfOperationResult

Parámetros

operations
IDeploymentsOperations

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

deploymentName
String

Nombre de la implementación.

parameters
DeploymentWhatIf

Parámetros de What If.

Devoluciones

Se aplica a