Skip to content

Latest commit

 

History

History
250 lines (193 loc) · 4.59 KB

New-AzMLWorkspaceKubernetesObject.md

File metadata and controls

250 lines (193 loc) · 4.59 KB
external help file Module Name online version schema
Az.MachineLearningServices
2.0.0

New-AzMLWorkspaceKubernetesObject

SYNOPSIS

Create an in-memory object for Kubernetes.

SYNTAX

New-AzMLWorkspaceKubernetesObject [-DefaultInstanceType <String>] [-Description <String>]
 [-DisableLocalAuth <Boolean>] [-ExtensionInstanceReleaseTrain <String>] [-ExtensionPrincipalId <String>]
 [-InstanceLimit <Hashtable>] [-InstanceNodeSelector <Hashtable>] [-InstanceRequest <Hashtable>]
 [-Namespace <String>] [-RelayConnectionString <String>] [-ResourceId <String>]
 [-ServiceBusConnectionString <String>] [-VcName <String>] [<CommonParameters>]

DESCRIPTION

Create an in-memory object for Kubernetes.

EXAMPLES

Example 1: Create an in-memory object for Kubernetes

New-AzMLWorkspaceKubernetesObject
{{ Add output here }}

Create an in-memory object for Kubernetes

PARAMETERS

-DefaultInstanceType

Default instance type.

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

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

-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

-ExtensionInstanceReleaseTrain

Extension instance release train.

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

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

-ExtensionPrincipalId

Extension principal-id.

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

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

-InstanceLimit

Resource limits for this instance type.

Type: System.Collections.Hashtable
Parameter Sets: (All)
Aliases:

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

-InstanceNodeSelector

Node Selector.

Type: System.Collections.Hashtable
Parameter Sets: (All)
Aliases:

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

-InstanceRequest

Resource requests for this instance type.

Type: System.Collections.Hashtable
Parameter Sets: (All)
Aliases:

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

-Namespace

Compute namespace.

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

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

-RelayConnectionString

Relay connection string.

Type: System.String
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

-ServiceBusConnectionString

ServiceBus connection string.

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

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

-VcName

VC name.

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.Kubernetes

NOTES

ALIASES

RELATED LINKS