你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TaskOutputKind.Custom(String) Method

Definition

Gets a TaskOutputKind representing a custom category of task outputs.

public static Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind Custom(string text);
static member Custom : string -> Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind
Public Shared Function Custom (text As String) As TaskOutputKind

Parameters

text
String

A text identifier for the custom TaskOutputKind.

Returns

A TaskOutputKind with the specified text.

Exceptions

text is null.

text is empty.

Applies to