Remove-AzApiManagementUserFromGroup
從群組中移除使用者。
語法
Remove-AzApiManagementUserFromGroup
-Context <PsApiManagementContext>
-GroupId <String>
-UserId <String>
[-PassThru]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Remove-AzApiManagementUserFromGroup Cmdlet 會從現有的群組中移除使用者。
範例
範例 1:從群組中移除使用者
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Remove-AzApiManagementUserFromGroup -Context $apimContext -GroupId "0001" -UserId "0123456789"
此命令會從群組中移除使用者。
參數
-Context
指定 PsApiManagementContext 物件。 這是必要參數。
類型: | PsApiManagementContext |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-GroupId
指定要從中移除使用者的群組標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PassThru
表示這個 Cmdlet 會傳回 $True 的值,如果成功,則傳回 $False 的值,否則傳回 。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-UserId
指定要從群組中移除的用戶標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |