次の方法で共有


DeploymentScriptsOperationsExtensions.Update メソッド

定義

指定した値を持つデプロイ スクリプト タグを更新します。

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript Update (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter deploymentScript = default);
static member Update : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript
<Extension()>
Public Function Update (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String, Optional deploymentScript As DeploymentScriptUpdateParameter = Nothing) As DeploymentScript

パラメーター

operations
IDeploymentScriptsOperations

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

resourceGroupName
String

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

scriptName
String

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

deploymentScript
DeploymentScriptUpdateParameter

更新するタグを含むデプロイ スクリプト リソース。

戻り値

適用対象