Freigeben über


DeploymentsOperationsExtensions.WhatIfAtSubscriptionScope Methode

Definition

Gibt Änderungen zurück, die von der Bereitstellung vorgenommen werden, wenn sie im Bereich des Abonnements ausgeführt werden.

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

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deploymentName
String

Der Name der Bereitstellung

parameters
DeploymentWhatIf

Parameter für What If.

Gibt zurück

Gilt für: