DeploymentStacksWhatIfResultsAtSubscriptionOperations interface
Interface representing a DeploymentStacksWhatIfResultsAtSubscription 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: (deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
Property Value
(deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Property Value
(deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>
beginWhatIf
Warning
This API is now deprecated.
use whatIf instead
beginWhatIf: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
Property Value
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
beginWhatIfAndWait
Warning
This API is now deprecated.
use whatIf instead
beginWhatIfAndWait: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Property Value
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>
createOrUpdate
Creates or updates a Deployment stack at the specified scope.
createOrUpdate: (deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
Property Value
(deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
delete
delete: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionDeleteOptionalParams) => Promise<void>
Property Value
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionDeleteOptionalParams) => Promise<void>
get
Gets the Deployment stack with the given name.
get: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Property Value
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>
list
Lists Deployment stacks at the specified scope.
list: (options?: DeploymentStacksWhatIfResultsAtSubscriptionListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>
Property Value
(options?: DeploymentStacksWhatIfResultsAtSubscriptionListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>
whatIf
Returns property-level changes that will be made by the deployment if executed.
whatIf: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
Property Value
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>