次の方法で共有


VMInsightsOnboardingStatus.OnboardingStatus プロパティ

定義

リソースのオンボード状態を取得または設定します。 リソース グループやサブスクリプションなど、より高いレベルのスコープは、その下に少なくとも 1 つのリソースがオンボードされている場合にオンボードされたと見なされることに注意してください。 使用可能な値は、'onboarded'、'notOnboarded'、'unknown' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.onboardingStatus")]
public string OnboardingStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.onboardingStatus")>]
member this.OnboardingStatus : string with get, set
Public Property OnboardingStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象