共用方式為


AzureTerraformClient class

建構函式

AzureTerraformClient(TokenCredential, string, AzureTerraformClientOptionalParams)

Azure Terraform 管理 API 提供一組 RESTful Web 服務,用來管理 Azure Terraform 資源。

屬性

operations

Operations 的作業群組

pipeline

此客戶端用來提出要求的管線

terraform

Terraform 的作業群組

建構函式詳細資料

AzureTerraformClient(TokenCredential, string, AzureTerraformClientOptionalParams)

Azure Terraform 管理 API 提供一組 RESTful Web 服務,用來管理 Azure Terraform 資源。

new AzureTerraformClient(credential: TokenCredential, subscriptionId: string, options?: AzureTerraformClientOptionalParams)

參數

credential
TokenCredential
subscriptionId

string

屬性詳細資料

operations

Operations 的作業群組

operations: OperationsOperations

屬性值

pipeline

此客戶端用來提出要求的管線

pipeline: Pipeline

屬性值

terraform

Terraform 的作業群組

terraform: TerraformOperations

屬性值