次の方法で共有


DevTestLabArtifactResource.GenerateArmTemplate メソッド

定義

特定のアーティファクトの ARM テンプレートを生成し、必要なファイルをストレージ アカウントにアップロードして、生成されたアーティファクトを検証します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}/generateArmTemplate
  • 操作IdArtifacts_GenerateArmTemplate
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArmTemplateInfo> GenerateArmTemplate (Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactGenerateArmTemplateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateArmTemplate : Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactGenerateArmTemplateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArmTemplateInfo>
override this.GenerateArmTemplate : Azure.ResourceManager.DevTestLabs.Models.DevTestLabArtifactGenerateArmTemplateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabArmTemplateInfo>
Public Overridable Function GenerateArmTemplate (content As DevTestLabArtifactGenerateArmTemplateContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabArmTemplateInfo)

パラメーター

content
DevTestLabArtifactGenerateArmTemplateContent

成果物をデプロイするための ARM テンプレートを生成するためのパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象