Class BatchOutputFolder
public sealed class BatchOutputFolder
- Inheritance
-
BatchOutputFolder
- Inherited Members
Constructors
BatchOutputFolder(string)
public BatchOutputFolder(string url)
Parameters
urlstring
Properties
Url
The URL of the blob storage folder where the batch output will be written.
[JsonPropertyName("url")]
public string Url { get; }
Property Value
Operators
implicit operator BatchOutputFolder(string)
public static implicit operator BatchOutputFolder(string url)
Parameters
urlstring