次の方法で共有


UploadBatchServiceLogsResult.VirtualDirectoryName プロパティ

定義

Batch Service ログ ファイルのアップロード先となるコンテナー内Azure Blob Storage仮想ディレクトリを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

仮想ディレクトリ名は、アップロードされた各ログ ファイルの BLOB 名の一部であり、poolId、nodeId、および一意識別子に基づいて構築されています。

適用対象