Register-CustomDnsServerRegister-CustomDnsServer
概要Synopsis
用來向 Azure Stack Hub DNS 註冊自訂 DNS 伺服器的指令碼。Script to register custom DNS servers with Azure Stack Hub DNS. 此指令碼會在 Azure Stack Hub DNS 中建立條件式轉送。This script will create conditional forwarding in Azure Stack Hub DNS.
語法Syntax
Register-CustomDnsServer [[-TimeoutInSecs] <Object>] [[-CustomDomainName] <Object>]
[[-CustomDnsIPAddresses] <Object>] [-AsJob]
描述Description
用來向 Azure Stack DNS 註冊自訂 DNS 伺服器的指令碼。Script to register custom DNS servers with Azure Stack DNS. 此指令碼會在 Azure Stack DNS 中建立條件式轉送This script will create conditional forwarding in Azure Stack DNS
範例Examples
範例 1Example 1
Register-CustomDnsServer -CustomDomainName "contoso.com" -CustomDnsIPAddresses "10.20.20.01","10.20.20.02" -TimeoutInSecs 1000
參數Parameters
-CustomDomainName-CustomDomainName
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CustomDnsIPAddresses-CustomDnsIPAddresses
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TimeoutInSecs-TimeoutInSecs
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 1000
Accept pipeline input: False
Accept wildcard characters: False
-AsJob-AsJob
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
後續步驟Next steps
若要了解如何存取和使用具有特殊權限的端點,請參閱使用 Azure Stack Hub 中具有特殊權限的端點。For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.