BlobStartUploadHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BlobStartUploadHeaders() | |
BlobStartUploadHeaders(String, String, String) |
BlobStartUploadHeaders()
BlobStartUploadHeaders(String, String, String)
- Source:
- BlobStartUploadHeaders.cs
public BlobStartUploadHeaders (string location = default, string range = default, string dockerUploadUUID = default);
new Microsoft.Azure.ContainerRegistry.Models.BlobStartUploadHeaders : string * string * string -> Microsoft.Azure.ContainerRegistry.Models.BlobStartUploadHeaders
Public Sub New (Optional location As String = Nothing, Optional range As String = Nothing, Optional dockerUploadUUID As String = Nothing)
Parameters
- location
- String
- range
- String
- dockerUploadUUID
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET