DeploymentStacksWhatIfResultsAtResourceGroupOperations interface
Interface representing a DeploymentStacksWhatIfResultsAtResourceGroup operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
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. |
| what |
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: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>
beginWhatIf
Warning
This API is now deprecated.
use whatIf instead
beginWhatIf: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
beginWhatIfAndWait
Warning
This API is now deprecated.
use whatIf instead
beginWhatIfAndWait: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>
createOrUpdate
Creates or updates a Deployment stack at the specified scope.
createOrUpdate: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
delete
delete: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupDeleteOptionalParams) => Promise<void>
get
Gets the Deployment stack with the given name.
get: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>
list
Lists Deployment stacks at the specified scope.
list: (resourceGroupName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>
Property Value
(resourceGroupName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>
whatIf
Returns property-level changes that will be made by the deployment if executed.
whatIf: (resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
Property Value
(resourceGroupName: string, deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtResourceGroupWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>