Interface Deployment.Execution
-
- All Superinterfaces:
Deployment.ExecutionStages.Blank,Deployment.ExecutionStages.WithExecute,Deployment.ExecutionStages.WithWhatIf,Deployment.ExecutionStages.WithWhatIfDeploymentMode,Deployment.ExecutionStages.WithWhatIfLocation,Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType,Deployment.ExecutionStages.WithWhatIfParameter,Deployment.ExecutionStages.WithWhatIfResultFormat,Deployment.ExecutionStages.WithWhatIfTemplate
- Enclosing interface:
- Deployment
public static interface Deployment.Execution extends Deployment.ExecutionStages.Blank, Deployment.ExecutionStages.WithExecute, Deployment.ExecutionStages.WithWhatIf, Deployment.ExecutionStages.WithWhatIfDeploymentMode, Deployment.ExecutionStages.WithWhatIfLocation, Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType, Deployment.ExecutionStages.WithWhatIfParameter, Deployment.ExecutionStages.WithWhatIfResultFormat, Deployment.ExecutionStages.WithWhatIfTemplate
Container interface for all the deployment execution.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithExecute
whatIf, whatIfAsync, whatIfAtSubscriptionScope, whatIfAtSubscriptionScopeAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIf
withDeploymentName, withDetailedLevel
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfDeploymentMode
withCompleteMode, withIncrementalMode
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfLocation
withLocation
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
withLastSuccessfulOnErrorDeployment, withSpecialDeploymentOnErrorDeployment
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfParameter
withWhatIfParameters, withWhatIfParametersLink
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfResultFormat
withFullResourcePayloadsResultFormat, withResourceIdOnlyResultFormat
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfTemplate
withWhatIfTemplate, withWhatIfTemplateLink
-
-