Sdílet prostřednictvím


Remove-RdsRegistrationInfo

Odebere registrační informace z fondu hostitelů.

Syntax

Remove-RdsRegistrationInfo
      [-TenantName] <String>
      [-HostPoolName] <String>
      [<CommonParameters>]

Description

Remove-RdsRegistrationInfo odebere informace o registraci ze zadaného fondu hostitelů.

Pokud pro fond hostitelů neexistují žádné informace o registraci, rutina proběhne bezobslužně.

Příklady

Příklad 1: Odebrání registračních informací z fondu hostitelů

PS C:\> Remove-RdsRegistrationInfo -TenantName "contoso" -HostPoolName "contosoHostPool"

Tento příkaz odebere informace o registraci ze zadaného fondu hostitelů.

Parametry

-HostPoolName

Název fondu hostitelů.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TenantName

Název tenanta.

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

Vstupy

System.String

Výstupy

System.Object