Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.79 KB

New-AzMLWorkspaceDatastoreSasCredentialObject.md

File metadata and controls

64 lines (44 loc) · 1.79 KB
external help file Module Name online version schema content_git_url original_content_git_url
Az.MachineLearningServices
2.0.0

New-AzMLWorkspaceDatastoreSasCredentialObject

SYNOPSIS

Create an in-memory object for SasDatastoreCredentials.

SYNTAX

New-AzMLWorkspaceDatastoreSasCredentialObject -SasToken <String> [<CommonParameters>]

DESCRIPTION

Create an in-memory object for SasDatastoreCredentials.

EXAMPLES

Example 1: Create an in-memory object for SasDatastoreCredentials

New-AzMLWorkspaceDatastoreSasCredentialObject

Create an in-memory object for SasDatastoreCredentials

PARAMETERS

-SasToken

[Required] Storage container secrets.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SasDatastoreCredentials

NOTES

ALIASES

RELATED LINKS