Lingua

ArmMachineLearningModelFactory.PendingUploadCredentialDto(String) Method

Definition

The PendingUploadCredentialDto. Please note this is the abstract base class. The derived classes available for instantiation are: SasCredentialDto.

public static Azure.ResourceManager.MachineLearning.Models.PendingUploadCredentialDto PendingUploadCredentialDto(string credentialType = default);
static member PendingUploadCredentialDto : string -> Azure.ResourceManager.MachineLearning.Models.PendingUploadCredentialDto
Public Shared Function PendingUploadCredentialDto (Optional credentialType As String = Nothing) As PendingUploadCredentialDto

Parameters

credentialType
String

[Required] Credential type used to authentication with storage.

Returns

A new PendingUploadCredentialDto instance for mocking.

Applies to