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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell