For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-PSUEventHub

SYNOPSIS

Restituisce gli event hub.

SYNTAX

All (Default)

Get-PSUEventHub [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
 [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
 [<CommonParameters>]

EventHub

Get-PSUEventHub [[-Name] <String>] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
 [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
 [<CommonParameters>]

Id

Get-PSUEventHub [[-Id] <Int64>] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
 [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
 [<CommonParameters>]

DESCRIPTION

Restituisce gli event hub.

EXAMPLES

Esempio 1

Restituisce l'event hub EventHub.

PARAMETERS

-AppToken

Un token applicativo da utilizzare per l'autenticazione.

-ComputerName

L'URL del server a cui connettersi.

-Credential

Le credenziali da utilizzare per l'autenticazione.

-Id

L'ID dell'event hub da restituire.

-Integrated

Da utilizzare durante l'esecuzione all'interno di PowerShell Universal.

-Name

Il nome dell'event hub da restituire.

-TrustCertificate

Considera attendibile il certificato del server. Utile per i certificati autofirmati.

-UseDefaultCredentials

Utilizza le credenziali predefinite dell'utente corrente.

-Cookies

Riutilizza e mantiene i cookie di autenticazione per la sessione PowerShell corrente.

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable e -ProgressAction. Per maggiori informazioni, veda about_CommonParameters.

INPUTS

System.String

System.Int64

OUTPUTS

System.Object

NOTES

Ultimo aggiornamento

È stato utile?