Get-AzFrontDoorFrontendEndpoint
Rufen Sie einen Front-Door-Frontend-Endpunkt ab.
Syntax
Get-AzFrontDoorFrontendEndpoint
-ResourceGroupName <String>
-FrontDoorName <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzFrontDoorFrontendEndpoint
[-Name <String>]
-FrontDoorObject <PSFrontDoor>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzFrontDoorFrontendEndpoint
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Das Cmdlet Get-AzFrontDoorFrontendEndPoint ruft alle vorhandenen Frontend-Endpunkte in der aktuellen Front Door-Ressource ab, die den bereitgestellten Informationen entspricht.
Beispiele
Beispiel 1: Abrufen aller Frontend-Endpunkte in Front Door "frontdoor1", die Teil der Ressourcengruppe "rg1" ist.
Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "rg1" -FrontDoorName "frontdoor1"
HostName : frontdoor1.azurefd.net
SessionAffinityEnabledState : Disabled
SessionAffinityTtlSeconds : 0
WebApplicationFirewallPolicyLink :
Backends :
CustomHttpsProvisioningState : Disabled
CustomHttpsProvisioningSubstate : None
CertificateSource :
ProtocolType :
Vault :
SecretName :
SecretVersion :
CertificateType :
ResourceState : Enabled
Id : /subscriptions/{guid}/resourcegroups/resourcegroup1
/providers/Microsoft.Network/frontdoors/frontdoor1/frontendendpoints/frontdoor1-azurefd-net
Name : frontdoor1-azurefd-net
Type : Microsoft.Network/frontdoors/frontendendpoints
HostName : frontendpointname1.custom.xyz
SessionAffinityEnabledState : Disabled
SessionAffinityTtlSeconds : 0
WebApplicationFirewallPolicyLink :
Backends :
CustomHttpsProvisioningState : Disabled
CustomHttpsProvisioningSubstate : None
CertificateSource :
ProtocolType :
Vault :
SecretName :
SecretVersion :
CertificateType :
ResourceState : Enabled
Id : /subscriptions/{guid}/resourcegroups/resourcegroup1
/providers/Microsoft.Network/frontdoors/frontdoor1/frontendendpoints/frontendpointname1-custom-xyz
Name : frontendpointname1-custom-xyz
Type : Microsoft.Network/frontdoors/frontendendpoints
Rufen Sie alle Frontend-Endpunkte in Front Door "frontdoor1" ab, die Teil der Ressourcengruppe "rg1" ist.
Beispiel 2: Abrufen des Frontend-Endpunkts mit dem Namen "frontdoor1-azurefd-net" in Front Door "frontdoor1", der Teil der Ressourcengruppe "rg1" ist
Get-AzFrontDoorFrontendEndpoint -ResourceGroupName "rg1" -FrontDoorName "frontdoor1" -Name "frontdoor1-azurefd-net"
HostName : frontdoor1.azurefd.net
SessionAffinityEnabledState : Disabled
SessionAffinityTtlSeconds : 0
WebApplicationFirewallPolicyLink :
Backends :
CustomHttpsProvisioningState : Disabled
CustomHttpsProvisioningSubstate : None
CertificateSource :
ProtocolType :
Vault :
SecretName :
SecretVersion :
CertificateType :
ResourceState : Enabled
Id : /subscriptions/{guid}/resourcegroups/resourcegroup1
/providers/Microsoft.Network/frontdoors/frontdoor1/frontendendpoints/frontdoor1-azurefd-net
Name : frontdoor1-azurefd-net
Type : Microsoft.Network/frontdoors/frontendendpoints
Abrufen des Frontend-Endpunkts mit dem Namen "frontdoor1-azurefd-net" in Front Door "frontdoor1", der Teil der Ressourcengruppe "rg1" ist
Parameter
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-FrontDoorName
Front Door-Name
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-FrontDoorObject
Das FrontDoor-Objekt.
Typ: | PSFrontDoor |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-Name
Name des Front-End-Endpunkts
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceId
Ressourcen-ID der Tür
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
Eingaben
None