Microsoft.Azure.Commands.OperationalInsights.SetAzureOperationalInsightsIntelligencePackCommand.ExecuteCmdlet C# (CSharp) 메소드

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void
        public override void ExecuteCmdlet()
        {
            WriteObject(OperationalInsightsClient.SetIntelligencePack(ResourceGroupName, WorkspaceName, IntelligencePackName, Enabled), true);
        }
SetAzureOperationalInsightsIntelligencePackCommand