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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure PowerShell