< Back

Remove-AzureRmServerManagementGateway

Tue Jan 29, 2019 10:06 pm

NAME Remove-AzureRmServerManagementGateway



SYNOPSIS

Removes a Server Management gateway.





SYNTAX

Remove-AzureRmServerManagementGateway [-Gateway] <Gateway> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Remove-AzureRmServerManagementGateway [-ResourceGroupName] <String> [-GatewayName] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Remove-AzureRmServerManagementGateway cmdlet removes an Azure Server Management gateway.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Gateway <Gateway>

Specifies the gateway that this cmdlet removes.



This parameter may be used instead of the ResourceGroupName and the GatewayName parameters.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-GatewayName <String>

Specifies the name of the gateway that this cmdlet removes.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group in that the gateway belongs to.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Gateway

Parameter 'Gateway' accepts value of type 'Gateway' from the pipeline





OUTPUTS



NOTES





* All the nodes in the Gateway must be removed before using this cmdlet; otherwise this cmdlet will fail.



1:















RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... entgateway

Get-AzureRmServerManagementGateway

New-AzureRmServerManagementGateway