TerraformOperations interface
Interface representing a Terraform operations.
Properties
export |
Exports the Terraform configuration of the specified resource(s). |
Property Details
exportTerraform
Exports the Terraform configuration of the specified resource(s).
exportTerraform: (body: BaseExportModelUnion, options?: TerraformExportTerraformOptionalParams) => PollerLike<OperationState<TerraformOperationStatus>, TerraformOperationStatus>
Property Value
(body: BaseExportModelUnion, options?: TerraformExportTerraformOptionalParams) => PollerLike<OperationState<TerraformOperationStatus>, TerraformOperationStatus>