ClusterNodeTypeDescription.DurabilityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The durability level of the node type. Learn about DurabilityLevel.
- Bronze - No privileges. This is the default.
- Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.
- Gold - The infrastructure jobs can be paused for a duration of 2 hours per UD. Gold durability can be enabled only on full node VM skus like D15_V2, G5 etc.
public Azure.ResourceManager.ServiceFabric.Models.ClusterDurabilityLevel? DurabilityLevel { get; set; }
member this.DurabilityLevel : Nullable<Azure.ResourceManager.ServiceFabric.Models.ClusterDurabilityLevel> with get, set
Public Property DurabilityLevel As Nullable(Of ClusterDurabilityLevel)
Property Value
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET