DeploymentStacksWhatIfResultsAtSubscriptionOperations interface
Interfaz que representa una operación de DeploymentStacksWhatIfResultsAtSubscription.
Propiedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Crea o actualiza una pila de implementación en el ámbito especificado. |
| delete | |
| get | Obtiene la pila de implementación con el nombre dado. |
| list | Enumera las pilas de implementación en el ámbito especificado. |
| what |
Devuelve cambios a nivel de propiedad que realizará el despliegue si se ejecuta. |
Detalles de las propiedades
beginCreateOrUpdate
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdate: (deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
beginCreateOrUpdateAndWait
Advertencia
Esta API ya está en desuso.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => Promise<DeploymentStacksWhatIfResult>
beginWhatIf
Advertencia
Esta API ya está en desuso.
use whatIf instead
beginWhatIf: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<SimplePollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>>
beginWhatIfAndWait
Advertencia
Esta API ya está en desuso.
use whatIf instead
beginWhatIfAndWait: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => Promise<DeploymentStacksWhatIfResult>
createOrUpdate
Crea o actualiza una pila de implementación en el ámbito especificado.
createOrUpdate: (deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, resource: DeploymentStacksWhatIfResult, options?: DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
delete
delete: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionDeleteOptionalParams) => Promise<void>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionDeleteOptionalParams) => Promise<void>
get
Obtiene la pila de implementación con el nombre dado.
get: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionGetOptionalParams) => Promise<DeploymentStacksWhatIfResult>
list
Enumera las pilas de implementación en el ámbito especificado.
list: (options?: DeploymentStacksWhatIfResultsAtSubscriptionListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>
Valor de propiedad
(options?: DeploymentStacksWhatIfResultsAtSubscriptionListOptionalParams) => PagedAsyncIterableIterator<DeploymentStacksWhatIfResult, DeploymentStacksWhatIfResult[], PageSettings>
whatIf
Devuelve cambios a nivel de propiedad que realizará el despliegue si se ejecuta.
whatIf: (deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>
Valor de propiedad
(deploymentStacksWhatIfResultName: string, options?: DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams) => PollerLike<OperationState<DeploymentStacksWhatIfResult>, DeploymentStacksWhatIfResult>