New-AzMLWorkspaceDataFactoryObject
Create an in-memory object for DataFactory.
Syntax
New-AzMLWorkspaceDataFactoryObject
[-Description <String>]
[-DisableLocalAuth <Boolean>]
[-ResourceId <String>]
[<CommonParameters>]
Description
Create an in-memory object for DataFactory.
Examples
Example 1: Create an in-memory object for DataFactory
New-AzMLWorkspaceDataFactoryObject
Create an in-memory object for DataFactory
Parameters
-Description
The description of the Machine Learning compute.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableLocalAuth
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
ARM resource id of the underlying compute.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
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 PowerShell