TemplateSpecVersionsOperationsExtensions.Delete メソッド

定義

テンプレート スペックから特定のバージョンを削除します。操作が完了すると、状態コード 200 はコンテンツなしで返されます。

public static void Delete (this Microsoft.Azure.Management.ResourceManager.ITemplateSpecVersionsOperations operations, string resourceGroupName, string templateSpecName, string templateSpecVersion);
static member Delete : Microsoft.Azure.Management.ResourceManager.ITemplateSpecVersionsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ITemplateSpecVersionsOperations, resourceGroupName As String, templateSpecName As String, templateSpecVersion As String)

パラメーター

operations
ITemplateSpecVersionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

templateSpecName
String

テンプレート スペックの名前。

templateSpecVersion
String

テンプレート スペックのバージョン。

適用対象