Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 1.95 KB

New-AzMLWorkspaceDataFactoryObject.md

File metadata and controls

93 lines (67 loc) · 1.95 KB
external help file Module Name online version schema
Az.MachineLearningServices
2.0.0

New-AzMLWorkspaceDataFactoryObject

SYNOPSIS

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: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
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: System.Boolean
Parameter Sets: (All)
Aliases:

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

-ResourceId

ARM resource id of the underlying compute.

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

Required: False
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.DataFactory

NOTES

ALIASES

RELATED LINKS