ArmAppServiceModelFactory.AppServiceRecommendation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AppServiceRecommendation の新しいインスタンスを初期化します。
public static Azure.ResourceManager.AppService.Models.AppServiceRecommendation AppServiceRecommendation (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? createdOn = default, Guid? recommendationId = default, Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.AppService.Models.ResourceScopeType? resourceScope = default, string ruleName = default, string displayName = default, string message = default, Azure.ResourceManager.AppService.Models.NotificationLevel? level = default, Azure.ResourceManager.AppService.Models.RecommendationChannel? channels = default, System.Collections.Generic.IEnumerable<string> categoryTags = default, string actionName = default, int? enabled = default, System.Collections.Generic.IEnumerable<string> states = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, DateTimeOffset? nextNotificationOn = default, DateTimeOffset? notificationExpirationOn = default, DateTimeOffset? notifiedOn = default, double? score = default, bool? isDynamic = default, string extensionName = default, string bladeName = default, string forwardLink = default, string kind = default);
static member AppServiceRecommendation : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<Guid> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.AppService.Models.ResourceScopeType> * string * string * string * Nullable<Azure.ResourceManager.AppService.Models.NotificationLevel> * Nullable<Azure.ResourceManager.AppService.Models.RecommendationChannel> * seq<string> * string * Nullable<int> * seq<string> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<double> * Nullable<bool> * string * string * string * string -> Azure.ResourceManager.AppService.Models.AppServiceRecommendation
Public Shared Function AppServiceRecommendation (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional recommendationId As Nullable(Of Guid) = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional resourceScope As Nullable(Of ResourceScopeType) = Nothing, Optional ruleName As String = Nothing, Optional displayName As String = Nothing, Optional message As String = Nothing, Optional level As Nullable(Of NotificationLevel) = Nothing, Optional channels As Nullable(Of RecommendationChannel) = Nothing, Optional categoryTags As IEnumerable(Of String) = Nothing, Optional actionName As String = Nothing, Optional enabled As Nullable(Of Integer) = Nothing, Optional states As IEnumerable(Of String) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional nextNotificationOn As Nullable(Of DateTimeOffset) = Nothing, Optional notificationExpirationOn As Nullable(Of DateTimeOffset) = Nothing, Optional notifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional score As Nullable(Of Double) = Nothing, Optional isDynamic As Nullable(Of Boolean) = Nothing, Optional extensionName As String = Nothing, Optional bladeName As String = Nothing, Optional forwardLink As String = Nothing, Optional kind As String = Nothing) As AppServiceRecommendation
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- createdOn
- Nullable<DateTimeOffset>
このインスタンスが作成されたときのタイムスタンプ。
- resourceId
- ResourceIdentifier
このレコメンデーション オブジェクトが関連付けられている完全な ARM リソース ID 文字列。
- resourceScope
- Nullable<ResourceScopeType>
この推奨事項が適用されるリソースの種類の名前 (サブスクリプション、ServerFarm、サイトなど)。
- ruleName
- String
ルールの一意の名前。
- displayName
- String
ルールの UI フレンドリ名 (一意でない場合があります)。
- message
- String
推奨事項のテキスト。
- level
- Nullable<NotificationLevel>
この推奨事項が影響を及ぼす可能性がある重要度を示すレベル。
- channels
- Nullable<RecommendationChannel>
この推奨事項が適用できるチャネルの一覧。
- categoryTags
- IEnumerable<String>
この推奨事項が属するカテゴリ タグの一覧。
- actionName
- String
このオブジェクトによって推奨されるアクションの名前。
- states
- IEnumerable<String>
この推奨事項の状態の一覧。 null の場合は、"アクティブ" と見なす必要があります。
- startOn
- Nullable<DateTimeOffset>
レコメンデーションが参照する範囲の開始時刻 (UTC)。
- endOn
- Nullable<DateTimeOffset>
推奨事項が参照する範囲の終了時刻 (UTC)。
- nextNotificationOn
- Nullable<DateTimeOffset>
この推奨事項を次に UTC で通知するタイミング。 Null は、これがもう通知されないようにすることを意味します。
- notificationExpirationOn
- Nullable<DateTimeOffset>
この通知の有効期限が切れる日時 (UTC)。
- notifiedOn
- Nullable<DateTimeOffset>
このインスタンスが実際に通知された最後のタイムスタンプ (UTC)。 Null は、この推奨事項がまだ通知されていないことを意味します。
- extensionName
- String
ポータルの拡張機能名 (存在する場合)。
- bladeName
- String
ポータルのブレードへのディープ リンク。
- forwardLink
- String
ルールに関連付けられている外部ドキュメントへのリンクを転送します。
- kind
- String
リソースの種類。
戻り値
モック作成用の新しい AppServiceRecommendation インスタンス。