Sdílet prostřednictvím


RecommendationInner Konstruktory

Definice

Přetížení

RecommendationInner()

Inicializuje novou instanci Třídy RecommendationInner.

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)

Inicializuje novou instanci Třídy RecommendationInner.

RecommendationInner()

Inicializuje novou instanci Třídy RecommendationInner.

public RecommendationInner ();
Public Sub New ()

Platí pro

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)

Inicializuje novou instanci Třídy RecommendationInner.

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)

Parametry

id
String
name
String
type
String
kind
String

Druh prostředku.

creationTime
Nullable<DateTime>

Časové razítko vytvoření této instance

recommendationId
Nullable<Guid>

Hodnota GUID, ke které je přidružen každý objekt doporučení.

resourceId
String

Úplný řetězec ID prostředku ARM, ke kterému je tento objekt doporučení přidružený.

resourceScope
ResourceScopeType

Název typu prostředku, na který se toto doporučení vztahuje, například Předplatné, ServerOvá farma, Web. Mezi možné hodnoty patří: ServerFarm, Subscription, WebSite.

ruleName
String

Jedinečný název pravidla.

displayName
String

Popisný název pravidla v uživatelském rozhraní (nemusí být jedinečný).

message
String

Text doporučení.

level
Nullable<NotificationLevel>

Úroveň označující, jak důležité může toto doporučení ovlivnit. Možné hodnoty: 'Critical', 'Warning', 'Information', 'NonUrgentSuggestion'

channels
Nullable<Channels>

Seznam kanálů, na které se toto doporučení může vztahovat. Mezi možné hodnoty patří: Notification, Api, Email, Webhook, All.

categoryTags
IList<String>

Seznam značek kategorií, ke kterým toto doporučení patří.

actionName
String

Název akce doporučené tímto objektem.

enabled
Nullable<Int32>

Hodnota True, pokud je toto doporučení stále platné (tj. "s akcemi"). False, pokud je neplatná.

states
IList<String>

Seznam stavů tohoto doporučení. Pokud je hodnota null, měla by být považována za aktivní.

startTime
Nullable<DateTime>

Počáteční čas ve standardu UTC rozsahu, na který doporučení odkazuje.

endTime
Nullable<DateTime>

Koncový čas ve standardu UTC rozsahu, na který doporučení odkazuje.

nextNotificationTime
Nullable<DateTime>

Kdy toto doporučení oznámit příště v UTC. Hodnota Null znamená, že už se na to nebude nikdy upozorňováno.

notificationExpirationTime
Nullable<DateTime>

Datum a čas ve standardu UTC, kdy vyprší platnost tohoto oznámení

notifiedTime
Nullable<DateTime>

Poslední časové razítko ve standardu UTC bylo na tuto instanci skutečně upozorněno. Null znamená, že toto doporučení ještě nebylo upozorněno.

score
Nullable<Double>

Hodnota metriky měřená pravidlem.

isDynamic
Nullable<Boolean>

Pravda, pokud je přidružená k dynamicky přidanému pravidlu.

extensionName
String

Název rozšíření portálu, pokud existuje.

bladeName
String

Přímý odkaz na okno na portálu

forwardLink
String

Přeposlání odkazu na externí dokument přidružený k pravidlu

Platí pro