Get-AzCommunicationService
Dient zum Abrufen des CommunicationService und seiner Eigenschaften.
Syntax
Get-AzCommunicationService
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCommunicationService
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCommunicationService
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCommunicationService
-InputObject <ICommunicationIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Beschreibung
Dient zum Abrufen des CommunicationService und seiner Eigenschaften.
Beispiele
Beispiel 1: Auflisten vorhandener CommunicationServices für ein Abonnement
Get-AzCommunicationService -SubscriptionId 632ec9eb-fad7-4cbd-993a-e72973ba2acc
Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType
-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ----------------------------
Global ContosoAcsResource1 7/09/2024 4:41:40 AM contosouser@microsoft.com User 7/09/2024 4:41:40 AM contosouser@microsoft.com User
Global ContosoAcsResource2 4/10/2024 2:41:40 AM contosouser2@microsoft.com User 4/10/2024 2:41:40 AM contosouser2@microsoft.com User
Global ContosoAcsResource3 5/01/2024 1:41:40 AM contosouser3@microsoft.com User 5/01/2024 1:41:40 AM contosouser3@microsoft.com User
Global ContosoAcsResource4 6/08/2024 5:41:40 AM contosouser4@microsoft.com User 6/08/2024 5:41:40 AM contosouser4@microsoft.com User
Global ContosoAcsResource5 6/09/2024 4:41:40 AM contosouser5@microsoft.com User 6/09/2024 4:41:40 AM contosouser5@microsoft.com User
Gibt eine Liste aller ACS-Ressourcen unter diesem Abonnement zurück.
Beispiel 2: Abrufen von Informationen zu der angegebenen Azure Communication-Ressource
Get-AzCommunicationService -Name ContosoAcsResource34 -ResourceGroupName ContosoResourceProvider1
Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType
-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ----------------------------
Global ContosoAcsResource1 7/10/2024 4:41:40 AM contosouser@microsoft.com User 7/10/2024 9:02:15 AM contosouser@microsoft.com User
Gibt die Informationen für eine ACS-Ressource zurück, wenn ein übereinstimmende Parameter gefunden wird.
Parameter
-DefaultProfile
Der Parameter DefaultProfile ist nicht funktionsfähig. Verwenden Sie den Parameter "SubscriptionId", wenn sie verfügbar ist, wenn Sie das Cmdlet für ein anderes Abonnement ausführen.
Typ: | PSObject |
Aliase: | AzureRMContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Typ: | ICommunicationIdentity |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-Name
Der Name der CommunicationService-Ressource.
Typ: | String |
Aliase: | CommunicationServiceName |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SubscriptionId
Die ID des Zielabonnements. Der Wert muss eine UUID sein.
Typ: | String[] |
Position: | Named |
Standardwert: | (Get-AzContext).Subscription.Id |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
Ausgaben
Azure PowerShell