< Back

Remove-AzureRmApiManagementAuthorizationServer

Tue Jan 29, 2019 9:30 pm

NAME Remove-AzureRmApiManagementAuthorizationServer



SYNOPSIS

Removes an authorization server.





SYNTAX

Remove-AzureRmApiManagementAuthorizationServer -Context <PsApiManagementContext> [-DefaultProfile <IAzureContextContainer>] [-PassThru] -ServerId

<String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmApiManagementAuthorizationServer cmdlet removes an Azure API Management authorization server.





PARAMETERS

-Context <PsApiManagementContext>

Specifies a PsApiManagementContext object.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-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



-PassThru [<SwitchParameter>]

passthru



Required? false

Position? named

Default value False

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ServerId <String>

Specifies the ID of the authorization server to remove.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

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



Required? false

Position? named

Default value False

Accept pipeline input? False

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

None

This cmdlet does not accept any input.





OUTPUTS

Boolean







NOTES











RELATED LINKS

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

Get-AzureRmApiManagementAuthorizationServer

New-AzureRmApiManagementAuthorizationServer

Set-AzureRmApiManagementAuthorizationServer