New-AzIisLogsDataSourceObject
Create an in-memory object for IisLogsDataSource.
Syntax
New-AzIisLogsDataSourceObject
-Stream <String[]>
[-LogDirectory <String[]>]
[-Name <String>]
[<CommonParameters>]
Description
Create an in-memory object for IisLogsDataSource.
Examples
Example 1: Create iis logs data source object
New-AzIisLogsDataSourceObject -Stream "Microsoft-W3CIISLog" -LogDirectory "c:\\test" -Name "iisLogsDataSource"
LogDirectory Name Stream
------------ ---- ------
{c:\\test} iisLogsDataSource {Microsoft-W3CIISLog}
This command creates iis logs data source object.
Parameters
-LogDirectory
Absolute paths file location.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Stream
IIS streams.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.
Azure PowerShell