ArmMachineLearningModelFactory.PendingUploadResponseDto Method
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.
Initializes a new instance of PendingUploadResponseDto.
public static Azure.ResourceManager.MachineLearning.Models.PendingUploadResponseDto PendingUploadResponseDto (Azure.ResourceManager.MachineLearning.Models.BlobReferenceForConsumptionDto blobReferenceForConsumption = default, string pendingUploadId = default, Azure.ResourceManager.MachineLearning.Models.PendingUploadType? pendingUploadType = default);
static member PendingUploadResponseDto : Azure.ResourceManager.MachineLearning.Models.BlobReferenceForConsumptionDto * string * Nullable<Azure.ResourceManager.MachineLearning.Models.PendingUploadType> -> Azure.ResourceManager.MachineLearning.Models.PendingUploadResponseDto
Public Shared Function PendingUploadResponseDto (Optional blobReferenceForConsumption As BlobReferenceForConsumptionDto = Nothing, Optional pendingUploadId As String = Nothing, Optional pendingUploadType As Nullable(Of PendingUploadType) = Nothing) As PendingUploadResponseDto
Parameters
- blobReferenceForConsumption
- BlobReferenceForConsumptionDto
Container level read, write, list SAS.
- pendingUploadId
- String
ID for this upload request.
- pendingUploadType
- Nullable<PendingUploadType>
TemporaryBlobReference is the only supported type.
Returns
A new PendingUploadResponseDto instance for mocking.
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