次の方法で共有


AutoscaleSettingResource コンストラクター

定義

オーバーロード

AutoscaleSettingResource()

AutoscaleSettingResource クラスの新しいインスタンスを初期化します。

AutoscaleSettingResource(String, IList<AutoscaleProfile>, String, String, String, IDictionary<String,String>, String, String, IList<AutoscaleNotification>, Nullable<Boolean>, String, String, String)

AutoscaleSettingResource クラスの新しいインスタンスを初期化します。

AutoscaleSettingResource()

AutoscaleSettingResource クラスの新しいインスタンスを初期化します。

public AutoscaleSettingResource ();
Public Sub New ()

適用対象

AutoscaleSettingResource(String, IList<AutoscaleProfile>, String, String, String, IDictionary<String,String>, String, String, IList<AutoscaleNotification>, Nullable<Boolean>, String, String, String)

AutoscaleSettingResource クラスの新しいインスタンスを初期化します。

public AutoscaleSettingResource (string location, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile> profiles, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string kind = default, string etag = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification> notifications = default, bool? enabled = default, string autoscaleSettingResourceName = default, string targetResourceUri = default, string targetResourceLocation = default);
new Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResource : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile> * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification> * Nullable<bool> * string * string * string -> Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResource
Public Sub New (location As String, profiles As IList(Of AutoscaleProfile), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kind As String = Nothing, Optional etag As String = Nothing, Optional notifications As IList(Of AutoscaleNotification) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional autoscaleSettingResourceName As String = Nothing, Optional targetResourceUri As String = Nothing, Optional targetResourceLocation As String = Nothing)

パラメーター

location
String

リソースの場所

profiles
IList<AutoscaleProfile>

異なる期間に異なるスケーリング パラメーターを指定する自動スケーリング プロファイルのコレクション。 指定できるプロファイルは最大 20 個です。

id
String

Azure リソース ID

name
String

Azure リソース名

type
String

Azure リソースタイプ

tags
IDictionary<String,String>

リソース タグ

kind
String

同じ種類のリソースに対して異なる UX エクスペリエンスをレンダリングするためにポータル/ツール/etc によって使用されるメタデータ。たとえば、ApiApps は Microsoft.Web/sites の種類の一種です。 サポートされている場合、リソース プロバイダーはこの値を検証して保持する必要があります。

etag
String

etag フィールドは必要 ありません 。 応答本文で指定する場合は、通常の etag 規則に従ってヘッダーとしても指定する必要があります。 エンティティ タグは、同じ要求されたリソースから 2 つ以上のエンティティを比較するために使用されます。 HTTP/1.1 では、etag (セクション 14.19)、If-Match (セクション 14.24)、If-None-Match (セクション 14.26)、およびIf-Range (セクション 14.27) ヘッダー フィールドのエンティティ タグを使用します。

notifications
IList<AutoscaleNotification>

通知のコレクション。

enabled
Nullable<Boolean>

有効なフラグ。 リソースに対して自動スケーリングが有効かどうかを指定します。 既定値は、"true" です。

autoscaleSettingResourceName
String

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

targetResourceUri
String

自動スケーリング設定を追加する必要があるリソースのリソース識別子。

targetResourceLocation
String

自動スケーリング設定を追加する必要があるリソースの場所。

適用対象