次の方法で共有


TemplateSpecsOperationsExtensions.Delete メソッド

定義

テンプレート スペックを名前で削除します。 操作が完了すると、状態コード 200 はコンテンツなしで返されます。

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

パラメーター

operations
ITemplateSpecsOperations

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

resourceGroupName
String

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

templateSpecName
String

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

適用対象