AzureIaaSVMJobExtendedInfo.InternalPropertyBag Property

Definition

Gets or sets job internal properties.

[Newtonsoft.Json.JsonProperty(PropertyName="internalPropertyBag")]
public System.Collections.Generic.IDictionary<string,string> InternalPropertyBag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="internalPropertyBag")>]
member this.InternalPropertyBag : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property InternalPropertyBag As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to