New-GraphApplicationNew-GraphApplication
概要Synopsis
New-GraphApplication 是在 AD FS 上呼叫 ADFS Graph Cmdlet 的包裝函式。New-GraphApplication is a wrapper function to call AD FS Graph cmdlets on AD FS.
語法Syntax
New-GraphApplication [-ClientCertificates <Object>] [-Name <Object>] [-ClientRedirectUris <Object>]
[-GenerateClientSecret] [-AsJob]
描述Description
在 AD FS 上叫用 New-GraphApplicationGroup,以將新的應用程式新增至 AD FS 機器。Invokes the New-GraphApplicationGroup on AD FS to add new application on to AD FS machine.
範例Examples
範例 1Example 1
New-GraphApplication -Name $ApplicationName -ClientRedirectUris $redirectUri -ClientCertificates $certificate
參數Parameters
-Name-Name
最大長度為 50 個字元的應用程式名稱,將會修改為 Azurestack-$Name-$({guid}::{NewGuid}())
,並由函式傳回。Name of the Application with maximum length of 50 chars, It will be modified as Azurestack-$Name-$({guid}::{NewGuid}())
and is returned by the function.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ClientRedirectUris-ClientRedirectUris
在 AD FS 中用來建立新應用程式的重新導向 URI。Redirect URI used to create a new application in AD FS.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ClientCertificates-ClientCertificates
在 AD FS 中用來建立新應用程式的憑證。Certificate used to create a new application in AD FS.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-GenerateClientSecret-GenerateClientSecret
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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.