DeploymentStacksWhatIfResultsAtManagementGroupOperations interface

Interface representing a DeploymentStacksWhatIfResultsAtManagementGroup operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginWhatIf
beginWhatIfAndWait
createOrUpdate

Creates or updates a Deployment stack at the specified scope.

delete
get

Gets the Deployment stack with the given name.

list

Lists Deployment stacks at the specified scope.

whatIf

Returns property-level changes that will be made by the deployment if executed.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (managementGroupId: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (managementGroupId: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>

beginWhatIf

Warning

This API is now deprecated.

use whatIf instead

beginWhatIf: (managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>

beginWhatIfAndWait

Warning

This API is now deprecated.

use whatIf instead

beginWhatIfAndWait: (managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>

createOrUpdate

Creates or updates a Deployment stack at the specified scope.

createOrUpdate: (managementGroupId: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>

delete

delete: (managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupDeleteOptionalParams) => Promise<void>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupDeleteOptionalParams) => Promise<void>

get

Gets the Deployment stack with the given name.

get: (managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>

list

Lists Deployment stacks at the specified scope.

list: (managementGroupId: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>

Property Value

(managementGroupId: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>

whatIf

Returns property-level changes that will be made by the deployment if executed.

whatIf: (managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>

Property Value

(managementGroupId: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtManagementGroupWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>