你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzFrontDoorFrontendEndpoint
获取前端终结点。
语法
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>]
说明
Get-AzFrontDoorFrontendEndpoint cmdlet 获取与提供的信息匹配的当前 Front Door 资源中的所有现有前端终结点。
示例
示例 1:获取 Front Door“frontdoor1”中的所有前端终结点,该终结点是资源组“rg1”的一部分。
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
获取 Front Door“frontdoor1”中的所有前端终结点,该终结点是资源组“rg1”的一部分。
示例 2:在 Front Door“frontdoor1”中获取名为“frontdoor1-azurefd-net”的前端终结点,该终结点是资源组“rg1”的一部分
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
在 Front Door“frontdoor1”中获取名为“frontdoor1-azurefd-net”的前端终结点,该终结点是资源组“rg1”的一部分
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-FrontDoorName
Front Door 名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-FrontDoorObject
FrontDoor 对象。
类型: | PSFrontDoor |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
前端终结点名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
Front Door 的资源 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
None