Microsoft.Azure.Commands.OperationalInsights.GetAzureOperationalInsightsIntelligencePacksCommand.ExecuteCmdlet C# (CSharp) Method

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            WriteObject(OperationalInsightsClient.GetIntelligencePackList(ResourceGroupName, WorkspaceName), true);
        }
GetAzureOperationalInsightsIntelligencePacksCommand