你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

New-AzMLWorkspaceQuotaPropertiesObject

Create an in-memory object for QuotaBaseProperties.

Syntax

New-AzMLWorkspaceQuotaPropertiesObject
   [-Id <String>]
   [-Limit <Int64>]
   [-Type <String>]
   [-Unit <QuotaUnit>]
   [<CommonParameters>]

Description

Create an in-memory object for QuotaBaseProperties.

Examples

Example 1: Create an in-memory object for QuotaBaseProperties pass it to as value of Value parameter of Update-AzMLServiceQuota

New-AzMLWorkspaceQuotaPropertiesObject

Create an in-memory object for QuotaBaseProperties

Parameters

-Id

Specifies the resource ID.

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

-Limit

The maximum permitted quota of the resource.

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

-Type

Specifies the resource type.

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

-Unit

An enum describing the unit of quota measurement.

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

Outputs

QuotaBaseProperties