DeploymentStacksWhatIfResultsAtSubscriptionOperations interface

Interface die een DeploymentStacksWhatIfResultsAtSubscription-operaties vertegenwoordigt.

Eigenschappen

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginWhatIf
beginWhatIfAndWait
createOrUpdate

Hiermee maakt of werkt u een implementatiestack bij met het opgegeven bereik.

delete
get

Hiermee haalt u de implementatiestapel op met de opgegeven naam.

list

Geeft een lijst met implementatiestacks binnen het opgegeven bereik.

whatIf

Geeft wijzigingen op eigendomsniveau terug die door de implementatie worden aangebracht als deze wordt uitgevoerd.

Eigenschapdetails

beginCreateOrUpdate

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

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

Waarde van eigenschap

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

beginCreateOrUpdateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use createOrUpdate instead

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

Waarde van eigenschap

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

beginWhatIf

Waarschuwing

Deze API is nu afgeschaft.

use whatIf instead

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

Waarde van eigenschap

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

beginWhatIfAndWait

Waarschuwing

Deze API is nu afgeschaft.

use whatIf instead

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

Waarde van eigenschap

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

createOrUpdate

Hiermee maakt of werkt u een implementatiestack bij met het opgegeven bereik.

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

Waarde van eigenschap

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

delete

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

Waarde van eigenschap

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

get

Hiermee haalt u de implementatiestapel op met de opgegeven naam.

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

Waarde van eigenschap

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

list

Geeft een lijst met implementatiestacks binnen het opgegeven bereik.

list: (options?: DeploymentStacksWhatIfResultsAtSubscriptionListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>

Waarde van eigenschap

(options?: DeploymentStacksWhatIfResultsAtSubscriptionListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>

whatIf

Geeft wijzigingen op eigendomsniveau terug die door de implementatie worden aangebracht als deze wordt uitgevoerd.

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

Waarde van eigenschap

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