Interface PendingUploadResponseDto


public interface PendingUploadResponseDto
An immutable client-side representation of PendingUploadResponseDto.
  • Method Details

    • blobReferenceForConsumption

      BlobReferenceForConsumptionDto blobReferenceForConsumption()
      Gets the blobReferenceForConsumption property: Container level read, write, list SAS.
      Returns:
      the blobReferenceForConsumption value.
    • pendingUploadId

      String pendingUploadId()
      Gets the pendingUploadId property: ID for this upload request.
      Returns:
      the pendingUploadId value.
    • pendingUploadType

      PendingUploadType pendingUploadType()
      Gets the pendingUploadType property: TemporaryBlobReference is the only supported type.
      Returns:
      the pendingUploadType value.
    • innerModel

      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.PendingUploadResponseDtoInner object.
      Returns:
      the inner object.