Remove-RdsTenantGroup

删除租户组。

语法

Remove-RdsTenantGroup
      [-Name] <String>
      [<CommonParameters>]

说明

Remove-RdsTenantGrouop cmdlet 删除租户组。 在运行此命令之前,必须先删除与租户组关联的所有租户。

示例

示例 1

PS C:\> Remove-RdsTenantGroup -Name "contosoTenantGroup"

此命令删除租户组。

参数

-Name

租户组的名称。

Type:String
Aliases:TenantGroupName
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

输入

System.String

输出

System.Object