Get-SPOStructuralNavigationCacheWebState

웹에 대한 구조적 탐색 캐싱 상태를 가져옵니다.

Syntax

Get-SPOStructuralNavigationCacheWebState
   -WebUrl <String>
   [<CommonParameters>]

Description

Get-SPOStructuralNavigationCacheWebState cmdlet을 사용하여 사이트 모음의 웹에 대해 구조적 탐색 캐싱을 사용할 수 있는지 여부를 확인할 수 있습니다. 자세히 알아보기.

예제

예 1

PS C:\> Get-SPOStructuralNavigationCacheWebState -weburl "https://contoso.sharepoint.com/sites/product/electronics"

이 예제에서는 웹 https://contoso.sharepoint.com/sites/product/electronics에 대해 구조 탐색 캐싱을 사용할 수 있는지 확인합니다. 캐싱을 사용하도록 설정하면 True가 반환됩니다. 캐싱을 사용하지 않도록 설정하면 False가 반환됩니다.

매개 변수

-WebUrl

캐싱 상태를 검사할 웹의 절대 URL을 지정합니다.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

입력

None

출력

System.Object

참고

예제를 보려면 "get-help Get-SPOStructuralNavigationCacheWebState -examples"를 입력합니다.

For more information, type: "get-help Get-SPOStructuralNavigationCacheWebState -detailed". 

For technical information, type: "get-help Get-SPOStructuralNavigationCacheWebState -full". 

For online help, type: "get-help Get-SPOStructuralNavigationCacheWebState -online"