JobProperties.ConfigurationsBlobName プロパティ

定義

構成を使用するときに使用する BLOB の名前を指定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

指定されていない場合、サービスはこれがconfigurations.txtであると想定します。

適用対象