Interface Deployment.ExecutionStages.WithExecute

    • Method Detail

      • whatIf

        WhatIfOperationResult whatIf()
        Gets changes that will be made by the deployment if executed at the scope of the resource group.
        Returns:
        the next stage of the execution.
      • whatIfAsync

        Mono<WhatIfOperationResult> whatIfAsync()
        Gets changes that will be made by the deployment if executed at the scope of the resource group asynchronously.
        Returns:
        the next stage of the execution.
      • whatIfAtSubscriptionScope

        WhatIfOperationResult whatIfAtSubscriptionScope()
        Gets changes that will be made by the deployment if executed at the scope of the subscription.
        Returns:
        the next stage of the execution.
      • whatIfAtSubscriptionScopeAsync

        Mono<WhatIfOperationResult> whatIfAtSubscriptionScopeAsync()
        Gets changes that will be made by the deployment if executed at the scope of the subscription asynchronously.
        Returns:
        the next stage of the execution.