Skip to content

Latest commit

 

History

History
115 lines (84 loc) · 3.16 KB

Set-AzureRmDeploymentManagerServiceTopology.md

File metadata and controls

115 lines (84 loc) · 3.16 KB
external help file Module Name online version schema
Microsoft.Azure.Commands.DeploymentManager.dll-Help.xml
AzureRM.DeploymentManager
2.0.0

Set-AzureRmDeploymentManagerServiceTopology

SYNOPSIS

Updates the service topology.

SYNTAX

Set-AzureRmDeploymentManagerServiceTopology [-ServiceTopology] <PSServiceTopologyResource>
 [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Set-AzureRmDeploymentManagerServiceTopology cmdlet updates a service topology with the specified service topology object. The cmdlet returns the updated service topology object.

EXAMPLES

Example 1

PS C:\> Set-AzureRmDeploymentManagerService -ServiceTopology $serviceTopologyObject

This command updates a service topology whose name and ResourceGroup match the Name and ResourceGroupName properties of the $serviceTopologyObject, respectively. The command returns the updated service topology object.

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential

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

-ServiceTopology

The service topology object.

Type: Microsoft.Azure.Commands.DeploymentManager.Models.PSServiceTopologyResource
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

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 (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

Microsoft.Azure.Commands.DeploymentManager.Models.PSServiceTopologyResource

OUTPUTS

Microsoft.Azure.Commands.DeploymentManager.Models.PSServiceTopologyResource

NOTES

RELATED LINKS

New-AzureRmDeploymentManagerServiceTopology

Get-AzureRmDeploymentManagerServiceTopology

Remove-AzureRmDeploymentManagerServiceTopology