Get-AzStorageServiceLoggingProperty

Azure Storage サービスのログプロパティを取得します。

構文

Get-AzStorageServiceLoggingProperty
   [-ServiceType] <StorageServiceType>
   [-Context <IStorageContext>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzStorageServiceLoggingProperty コマンドレットは、Azure Storage サービスのログプロパティを取得します。

例 1: BLOB サービスのログ記録プロパティを取得する

Get-AzStorageServiceLoggingProperty -ServiceType Blob

このコマンドは、BLOB ストレージのログ記録プロパティを取得します。

パラメーター

-Context

Azure ストレージ コンテキストを指定します。 ストレージ コンテキストを取得するには、New-AzStorageContext コマンドレットを使用します。

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

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

Type:IAzureContextContainer
Aliases:AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ServiceType

ストレージ サービスの種類を指定します。 このコマンドレットは、このパラメーターが指定するサービスの種類のログプロパティを取得します。 このパラメーターの有効値は、次のとおりです。

  • BLOB
  • テーブル
  • キュー
  • ファイル ファイルの値は現在サポートされていません。
Type:StorageServiceType
Accepted values:Blob, Table, Queue, File
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

入力

IStorageContext

出力

LoggingProperties