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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell