Get-AzureStackSupportConfigurationGet-AzureStackSupportConfiguration
摘要Synopsis
获取支持服务配置设置。Gets support service configuration settings.
语法Syntax
Get-AzureStackSupportConfiguration [-IncludeRegistrationObjectId] [-AsJob]
说明Description
支持服务配置设置。Support Service configuration settings.
示例Examples
示例 1Example 1
下面的示例在标记已注册的情况下获取注册详细信息,否则显示为 null。The example below gets registration details if stamp was registered or else null.
PS C:\> Get-AzureStackSupportConfiguration
parametersParameters
-IncludeRegistrationObjectId-IncludeRegistrationObjectId
可选。Optional. 需要建立 Internet 连接。Requires internet connectivity. 检索注册标识对象 ID。Retrieves registration identity object ID.
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
注释Notes
要求“支持 VM”具有 Internet 连接。Requires Support VM to have internet connectivity.
后续步骤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.