ArmMachineLearningModelFactory.PendingUploadCredentialDto(String) 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.
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.