DeploymentScriptsOperationsExtensions.Delete メソッド

定義

デプロイ スクリプトを削除します。 操作が完了すると、状態コード 200 がコンテンツなしで返されます。

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

パラメーター

operations
IDeploymentScriptsOperations

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

resourceGroupName
String

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

scriptName
String

デプロイ スクリプトの名前。

適用対象