使用 AppFabric Cmdlet 來顯示端點資料
此主題說明如何使用 Microsoft AppFabric 1.1 for Windows Server Cmdlet 來顯示關於端點的資訊。
注意
若要以手動方式執行 AppFabric Cmdlet,請開啟 AppFabric 的 Windows PowerShell 主控台,輸入適當的 Cmdlet,然後按下 ENTER。如需有關執行 Cmdlet 的詳細資訊,請參閱執行 AppFabric Cmdlet。如需有關此文件之語法陳述式中使用之任何類別或常用參數的詳細資訊,請參閱 AppFabric 的 Windows PowerShell 參考。
取得服務的端點
在 AppFabric 的 Windows PowerShell 主控台中,執行 Get-ASAppServiceEndpoint Cmdlet,以檢視指定範圍內由服務公開的可用端點。
Get-ASAppServiceEndpoint Cmdlet 的語法選項:
語法 1
Get-ASAppServiceEndpoint [-SiteName <String>] [-VirtualPath <String>]
語法 2
Get-ASAppServiceEndpoint [-Uri <String>]
語法 3
Get-ASAppServiceEndpoint [-ServiceObject <ServiceInfo>]
參數 | 描述 |
---|---|
-SiteName (可省略) |
指定網站的名稱。若指定此參數,則不能指定 -Uri 或 -ServiceObject。當您使用此參數時,Cmdlet 會傳回指定網站中的服務端點。
|
-VirtualPath (可省略) |
指定服務或應用程式的虛擬路徑 (例如,/MyDir1/MyApp1/POService.svc)。這個選擇性參數可在未指定 -Uri 或 -ServiceObject 時,與 -SiteName 搭配使用。 |
-Uri (可省略) |
指定網站、應用程式或服務的 URI。若指定此參數,則不能指定 -SiteName、-VirtualPath 或 -ServiceObject。當您使用此參數時,Cmdlet 會傳回指定 URI 範圍中包含的服務端點。
|
-ServiceObject (可省略) |
指定 ServiceObject 物件,供系統用來決定要傳回其相關資訊的服務執行個體。若指定此參數,則不能指定 -SiteName、-VirtualPath 或 -Uri。如需詳細資訊,請參閱AppFabric 的 Windows PowerShell 參考。此參數主要用於管道處理案例。
|
如需有關此 Cmdlet 的詳細資訊,請參閱 Get-ASAppServiceEndpoint。
取得服務的端點傳輸配額資料
在 AppFabric Windows PowerShell 主控台中,執行 Get-ASAppServiceEndpointTransportQuota Cmdlet 以檢視指定服務的端點傳輸配額組態。
Get-ASAppServiceEndpointTransportQuota Cmdlet 的語法選項:
語法 1
Get-ASAppServiceEndpointTransportQuota -SiteName <string> -VirtualPath <string> -Address <string> -Binding <string> –Contract <string>
語法 2
Get-ASAppServiceEndpointTransportQuota -Uri <string> -Address <string> -Binding <string> –Contract <string>
語法 3
Get-ASAppServiceEndpointTransportQuota -ServiceObject <ServiceInfo> -Address <string> -Binding <string> –Contract <string>
參數 | 描述 |
---|---|
-Address、-Binding 與 -Contract |
若未指定 ServiceEndpointObject 參數,則需要這些參數。 |
-SiteName (可省略) |
指定網站的名稱。若指定此參數,則不能指定 -Uri 或 -ServiceObject。當您使用此參數時,只會傳回網站中的服務端點。 |
-VirtualPath (可省略) |
指定服務或應用程式的虛擬路徑 (例如,/MyDir1/MyApp1/POService.svc)。這個選擇性參數可在未指定 -Uri 或 -ServiceObject 時,與 -SiteName 搭配使用。 |
-Uri (可省略) |
指定網站、應用程式或服務的 URI。若指定此參數,則不能指定 -SiteName、-VirtualPath 或 -ServiceObject。 |
-ServiceObject (可省略) |
指定 ServiceObject 物件,供系統用來決定要傳回其相關資訊的服務執行個體。若指定此參數,則不能指定 -SiteName、-VirtualPath 或 -Uri。如需詳細資訊,請參閱AppFabric 的 Windows PowerShell 參考。 |
如需有關此 Cmdlet 的詳細資訊,請參閱 Get-ASAppServiceEndpointTransportQuota。
取得服務的端點驗證資料
在 AppFabric Windows PowerShell 主控台中,執行 Get-ASAppServiceEndpointAuthentication Cmdlet 傳回目前針對搭配該繫結使用之端點設定的驗證屬性。
Get-ASAppServiceEndpointAuthentication Cmdlet 的語法選項:
語法 1
Get-ASAppServiceEndpointAuthentication [-SiteName] <String> [-VirtualPath] <String> [[-Address] <String>] [-Binding
] <String> [-Contract] <String> [<CommonParameters>]
語法 2
Get-ASAppServiceEndpointAuthentication [-Uri] <Uri> [[-Address] <String>] [-Binding] <String> [-Contract] <String>
[<CommonParameters>]
語法 3
Get-ASAppServiceEndpointAuthentication [[-Address] <String>] [-Binding] <String> [-Contract] <String> -ServiceObjec
t <ServiceInfo> [<CommonParameters>]
參數 | 描述 |
---|---|
-SiteName (可省略) |
指定網站的名稱。若指定此參數,則不能指定 -Uri 或 -ServiceObject。 |
-VirtualPath (可省略) |
指定服務或應用程式的虛擬路徑 (例如,/MyDir1/MyApp1/POService.svc)。這個選擇性參數可在未指定 -Uri 或 -ServiceObject 時,與 -SiteName 搭配使用。 |
-Uri (可省略) |
指定網站、應用程式或服務的 URI。若指定此參數,則不能指定 -SiteName、-VirtualPath 或 -ServiceObject。當您使用此參數時,只會傳回此 URI 下的服務執行個體。 |
-ServiceObject (可省略) |
指定 ServiceObject 物件,供系統用來決定要傳回其相關資訊的服務執行個體。若指定此參數,則不能指定 -SiteName、-VirtualPath 或 -Uri。如需詳細資訊,請參閱AppFabric 的 Windows PowerShell 參考。 |
如需有關此 Cmdlet 的詳細資訊,請參閱 Get-ASAppServiceEndpointAuthentication。
2012-03-05