NodeTypeDescription.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.
Gets or sets 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. . Possible values include: 'Bronze', 'Silver', 'Gold'
[Newtonsoft.Json.JsonProperty(PropertyName="durabilityLevel")]
public string DurabilityLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="durabilityLevel")>]
member this.DurabilityLevel : string with get, set
Public Property DurabilityLevel As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET