次の方法で共有


AutoscaleSettingsOperationsExtensions.CreateOrUpdate メソッド

定義

自動スケーリング設定を作成または更新します。

public static Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResource CreateOrUpdate (this Microsoft.Azure.Management.Monitor.IAutoscaleSettingsOperations operations, string resourceGroupName, string autoscaleSettingName, Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResource parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Monitor.IAutoscaleSettingsOperations * string * string * Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResource -> Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResource
<Extension()>
Public Function CreateOrUpdate (operations As IAutoscaleSettingsOperations, resourceGroupName As String, autoscaleSettingName As String, parameters As AutoscaleSettingResource) As AutoscaleSettingResource

パラメーター

operations
IAutoscaleSettingsOperations

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

resourceGroupName
String

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

autoscaleSettingName
String

自動スケーリング設定の名前。

parameters
AutoscaleSettingResource

操作に指定されたパラメーター。

戻り値

適用対象