RecommendationInner 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RecommendationInner()
RecommendationInner 클래스의 새 instance 초기화합니다.
public RecommendationInner ();
Public Sub New ()
적용 대상
RecommendationInner(String, String, String, String, Nullable<DateTime>, Nullable<Guid>, String, ResourceScopeType, String, String, String, Nullable<NotificationLevel>, Nullable<Channels>, IList<String>, String, Nullable<Int32>, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>, Nullable<Boolean>, String, String, String)
RecommendationInner 클래스의 새 instance 초기화합니다.
public RecommendationInner (string id = default, string name = default, string type = default, string kind = default, DateTime? creationTime = default, Guid? recommendationId = default, string resourceId = default, Microsoft.Azure.Management.AppService.Fluent.Models.ResourceScopeType resourceScope = default, string ruleName = default, string displayName = default, string message = default, Microsoft.Azure.Management.AppService.Fluent.Models.NotificationLevel? level = default, Microsoft.Azure.Management.AppService.Fluent.Models.Channels? channels = default, System.Collections.Generic.IList<string> categoryTags = default, string actionName = default, int? enabled = default, System.Collections.Generic.IList<string> states = default, DateTime? startTime = default, DateTime? endTime = default, DateTime? nextNotificationTime = default, DateTime? notificationExpirationTime = default, DateTime? notifiedTime = default, double? score = default, bool? isDynamic = default, string extensionName = default, string bladeName = default, string forwardLink = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner : string * string * string * string * Nullable<DateTime> * Nullable<Guid> * string * Microsoft.Azure.Management.AppService.Fluent.Models.ResourceScopeType * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.NotificationLevel> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.Channels> * System.Collections.Generic.IList<string> * string * Nullable<int> * System.Collections.Generic.IList<string> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<double> * Nullable<bool> * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional recommendationId As Nullable(Of Guid) = Nothing, Optional resourceId As String = Nothing, Optional resourceScope As 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 Channels) = Nothing, Optional categoryTags As IList(Of String) = Nothing, Optional actionName As String = Nothing, Optional enabled As Nullable(Of Integer) = Nothing, Optional states As IList(Of String) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional nextNotificationTime As Nullable(Of DateTime) = Nothing, Optional notificationExpirationTime As Nullable(Of DateTime) = Nothing, Optional notifiedTime As Nullable(Of DateTime) = 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)
매개 변수
- id
- String
- name
- String
- type
- String
- kind
- String
리소스 종류입니다.
- resourceId
- String
이 권장 사항 개체가 연결된 전체 ARM 리소스 ID 문자열입니다.
- resourceScope
- ResourceScopeType
이 권장 사항이 적용되는 리소스 유형의 이름(예: 구독, ServerFarm, 사이트). 가능한 값은 'ServerFarm', 'Subscription', 'WebSite'입니다.
- ruleName
- String
규칙의 고유 이름입니다.
- displayName
- String
규칙의 UI 식별 이름입니다(고유하지 않을 수 있음).
- message
- String
권장 사항 텍스트입니다.
- level
- Nullable<NotificationLevel>
이 권장 사항이 영향을 미칠 수 있는 중요도를 나타내는 수준입니다. 가능한 값은 'Critical', 'Warning', 'Information', 'NonUrgentSuggestion'입니다.
이 권장 사항이 적용될 수 있는 채널 목록입니다. 가능한 값은 'Notification', 'Api', 'Email', 'Webhook', 'All'입니다.
- actionName
- String
이 개체에서 권장하는 동작의 이름입니다.
UTC의 마지막 타임스탬프는 이 instance 실제로 통보되었습니다. Null은 이 권장 사항이 아직 통보되지 않았음을 의미합니다.
- extensionName
- String
있는 경우 포털의 확장 이름입니다.
- bladeName
- String
포털의 블레이드에 대한 딥 링크입니다.
- forwardLink
- String
규칙과 연결된 외부 문서에 대한 링크를 전달합니다.
적용 대상
Azure SDK for .NET