次の方法で共有


ContainerServiceMaintenanceWindow.NotAllowedDates プロパティ

定義

アップグレードが許可されていない日付範囲。 'utcOffset' はこのフィールドに適用されます。 たとえば、'utcOffset: +02:00' と 'dateSpan' が '2022-12-23' から '2023-01-03' の場合、 メンテナンスは、'2022-12-22 22:00' から '2023-01-03 22:00' まで UTC 時刻にブロックされます。

public System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.ContainerServiceDateSpan> NotAllowedDates { get; }
member this.NotAllowedDates : System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.ContainerServiceDateSpan>
Public ReadOnly Property NotAllowedDates As IList(Of ContainerServiceDateSpan)

プロパティ値

適用対象