AzureTerraformClient class
Constructors
Azure |
The Azure Terraform management API provides a RESTful set of web services that used to manage your Azure Terraform resources. |
Properties
operations | The operation groups for Operations |
pipeline | The pipeline used by this client to make requests |
terraform | The operation groups for Terraform |
Constructor Details
AzureTerraformClient(TokenCredential, string, AzureTerraformClientOptionalParams)
The Azure Terraform management API provides a RESTful set of web services that used to manage your Azure Terraform resources.
new AzureTerraformClient(credential: TokenCredential, subscriptionId: string, options?: AzureTerraformClientOptionalParams)
Parameters
- credential
- TokenCredential
- subscriptionId
-
string
Property Details
operations
The operation groups for Operations
operations: OperationsOperations
Property Value
pipeline
terraform
The operation groups for Terraform
terraform: TerraformOperations
Property Value
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