< Back
Get-AzureStorageServiceLoggingProperty
Post
NAME Get-AzureStorageServiceLoggingProperty
SYNOPSIS
Gets logging properties for Azure Storage services.
SYNTAX
Get-AzureStorageServiceLoggingProperty [-ServiceType] {Blob | Table | Queue | File} [-Context <IStorageContext>] [<CommonParameters>]
DESCRIPTION
The Get-AzureStorageServiceLoggingProperty cmdlet gets logging properties for Azure Storage services.
PARAMETERS
-Context <IStorageContext>
Specifies an Azure storage context. To obtain a storage context, use the New-AzureStorageContext cmdlet.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
-ServiceType <StorageServiceType>
Specifies the storage service type. This cmdlet gets the logging properties for the service type that this parameter specifies. The acceptable
values for this parameter are:
- Blob
- Table
- Queue
- File
The value of File is not currently supported.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
IStorageContext
Parameter 'Context' accepts value of type 'IStorageContext' from the pipeline
OUTPUTS
Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingProperties
NOTES
Example 1: Get logging properties for the Blob service
C:\\PS>Get-AzureStorageServiceLoggingProperty -ServiceType Blob
This command gets logging properties for blob storage.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ngproperty
New-AzureStorageContext
Set-AzureStorageServiceLoggingProperty
SYNOPSIS
Gets logging properties for Azure Storage services.
SYNTAX
Get-AzureStorageServiceLoggingProperty [-ServiceType] {Blob | Table | Queue | File} [-Context <IStorageContext>] [<CommonParameters>]
DESCRIPTION
The Get-AzureStorageServiceLoggingProperty cmdlet gets logging properties for Azure Storage services.
PARAMETERS
-Context <IStorageContext>
Specifies an Azure storage context. To obtain a storage context, use the New-AzureStorageContext cmdlet.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
-ServiceType <StorageServiceType>
Specifies the storage service type. This cmdlet gets the logging properties for the service type that this parameter specifies. The acceptable
values for this parameter are:
- Blob
- Table
- Queue
- File
The value of File is not currently supported.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
IStorageContext
Parameter 'Context' accepts value of type 'IStorageContext' from the pipeline
OUTPUTS
Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingProperties
NOTES
Example 1: Get logging properties for the Blob service
C:\\PS>Get-AzureStorageServiceLoggingProperty -ServiceType Blob
This command gets logging properties for blob storage.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ngproperty
New-AzureStorageContext
Set-AzureStorageServiceLoggingProperty