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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET