We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcaeeb commit 5866e3aCopy full SHA for 5866e3a
sdk/batch/Microsoft.Azure.Batch/src/OutputFileBlobContainerDestination.cs
@@ -18,10 +18,9 @@ public OutputFileBlobContainerDestination(
18
string containerUrl,
19
ComputeNodeIdentityReference identityReference,
20
string path = default(string))
21
+ : this(containerUrl, path)
22
{
- this.ContainerUrl = containerUrl;
23
- this.IdentityReference = identityReference;
24
- this.Path = path;
+ IdentityReference = identityReference;
25
}
26
27
0 commit comments