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 コマンドレットを使用します。

型:IStorageContext
Position:Named
既定値:None
必須:False
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

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

型:IAzureContextContainer
Aliases:AzureRmContext, AzureCredential
Position:Named
既定値:None
必須:False
Accept pipeline input:False
Accept wildcard characters:False

-ServiceType

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

  • BLOB
  • テーブル
  • キュー
  • ファイル ファイルの値は現在サポートされていません。
型:StorageServiceType
承認された値:Blob, Table, Queue, File
Position:0
既定値:None
必須:True
Accept pipeline input:False
Accept wildcard characters:False

入力

IStorageContext

出力

LoggingProperties