Get-WebSitesSubscription

Web サイトサブスクリプションに関する情報を取得します。

構文

Get-WebSitesSubscription
   [[-SubscriptionId] <String>]
   [-RemoteSettings <RemoteSettings>]
   [-SuppressRequestIdLine]
   [<CommonParameters>]

説明

Get-WebSitesSubscription コマンドレットは、Web サイトに関連付けられているサブスクリプションに関する情報を取得します。 1 つのサブスクリプションの情報を返すには、 SubscriptionId パラメーターを含めます。

例 1: 特定のサブスクリプションを取得する

PS C:\> Get-WebSitesSubscription -SubscriptionId "eede207d-d263-4212-ad32-fd29b5a1a6ce"

このコマンドは、Web サイト サブスクリプション eede207d-d263-4212-ad32-fd29b5a1a6ce の情報を返します。

パラメーター

-RemoteSettings

{{Fill RemoteSettings Description}}

Type:RemoteSettings
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

サブスクリプションの ID を指定します。 次に例を示します。

-SubscriptionId "eede207d-d263-4212-ad32-fd29b5a1a6ce"

このパラメーターを使用すると、指定した Web サイト サブスクリプションについてのみ情報が返されます。

Type:String
Position:0
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-SuppressRequestIdLine

{{Fill SuppressRequestIdLine Description}}

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False