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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript