Edit

New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject

Create an in-memory object for CustomKeysWorkspaceConnectionProperties.

Syntax

Default (Default)

New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject
    [-CredentialsKey <ICustomKeys>]
    [-Category <String>]
    [-ExpiryTime <DateTime>]
    [-IsSharedToAll <Boolean>]
    [-Metadata <IWorkspaceConnectionPropertiesV2Metadata>]
    [-SharedUserList <String[]>]
    [-Target <String>]
    [-Value <String>]
    [-ValueFormat <String>]
    [<CommonParameters>]

Description

Create an in-memory object for CustomKeysWorkspaceConnectionProperties.

Examples

Example 1: Create an in-memory object for CustomKeysWorkspaceConnectionProperties

New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject -Category <ConnectionCategory> -CredentialsKey <String> -IsSharedToAll <Boolean> -Metadata <IWorkspaceConnectionPropertiesV2Metadata> -Target <String>

This command creates an in-memory object for CustomKeysWorkspaceConnectionProperties.

Parameters

-Category

Category of the connection.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CredentialsKey

Dictionary of <string>.

Parameter properties

Type:Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ICustomKeys
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ExpiryTime

Create an in-memory object for CustomKeysWorkspaceConnectionProperties.

Parameter properties

Type:DateTime
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IsSharedToAll

Create an in-memory object for CustomKeysWorkspaceConnectionProperties.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Metadata

Store user metadata for this connection.

Parameter properties

Type:Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IWorkspaceConnectionPropertiesV2Metadata
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SharedUserList

Create an in-memory object for CustomKeysWorkspaceConnectionProperties.

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Target

Create an in-memory object for CustomKeysWorkspaceConnectionProperties.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Value

Value details of the workspace connection.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ValueFormat

format for the workspace connection value.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Outputs

Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.CustomKeysWorkspaceConnectionProperties