Skip to content

Latest commit

 

History

History
149 lines (111 loc) · 3.78 KB

Disable-AzureRmOperationalInsightsLinuxSyslogCollection.md

File metadata and controls

149 lines (111 loc) · 3.78 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml
AzureRM.OperationalInsights
4A91EEDA-D8F0-4109-A32E-B83694952C06
2.0.0

Disable-AzureRmOperationalInsightsLinuxSyslogCollection

SYNOPSIS

Stops collection of syslog data from Linux computers.

SYNTAX

ByWorkspaceName (Default)

Disable-AzureRmOperationalInsightsLinuxSyslogCollection [-ResourceGroupName] <String> [-WorkspaceName] <String>
 [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

ByWorkspaceObject

Disable-AzureRmOperationalInsightsLinuxSyslogCollection [-Workspace] <PSWorkspace>
 [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Disable-AzureRmOperationalInsightsLinuxSyslogCollection cmdlet stops collection of syslog data from connected Linux computers in a workspace.

EXAMPLES

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential

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

-ResourceGroupName

Specifies the name of a resource group that contains Linux computers.

Type: System.String
Parameter Sets: ByWorkspaceName
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Workspace

Specifies a workspace in which this cmdlet operates.

Type: Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace
Parameter Sets: ByWorkspaceObject
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-WorkspaceName

Specifies the name of a workspace in which this cmdlet operates.

Type: System.String
Parameter Sets: ByWorkspaceName
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace

Parameters: Workspace (ByValue)

System.String

OUTPUTS

Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource

NOTES

  • Keywords: azure, azurerm, arm, resource, management, manager, operational, insights

RELATED LINKS

Enable-AzureRmOperationalInsightsLinuxSyslogCollection

New-AzureRmOperationalInsightsLinuxSyslogDataSource