New-AzContainerAppTrafficWeightObject
Create an in-memory object for TrafficWeight.
Syntax
New-AzContainerAppTrafficWeightObject
[-Label <String>]
[-LatestRevision <Boolean>]
[-RevisionName <String>]
[-Weight <Int32>]
[<CommonParameters>]
Description
Create an in-memory object for TrafficWeight.
Examples
Example 1: Create an in-memory object for TrafficWeight.
New-AzContainerAppTrafficWeightObject -Label "production" -Weight 100 -LatestRevision:$True
Label LatestRevision RevisionName Weight
----- -------------- ------------ ------
production True 100
Create an in-memory object for TrafficWeight.
Parameters
-Label
Associates a traffic label with a revision.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LatestRevision
Indicates that the traffic weight belongs to a latest stable revision.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RevisionName
Name of a revision.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Weight
Traffic weight assigned to a revision.
Type: | Int32 |
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