< Back

Get-AzureRmOperationalInsightsSchema

Thu Apr 04, 2019 5:39 am

NAME Get-AzureRmOperationalInsightsSchema



SYNOPSIS

Returns the schema associated with a workspace.





SYNTAX

Get-AzureRmOperationalInsightsSchema [-ResourceGroupName] <String> [-WorkspaceName] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmOperationalInsightsSchema cmdlet returns the schema associated with the specified workspace within that resource group.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of an Azure resource group that contains a workspace.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WorkspaceName <String>

Specifies a workspace name.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchGetSchemaResponse







NOTES









Example 1: Get the schemas for a workspace



PS C:\\>Get-AzureRmOperationalInsightsSchema -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "ContosoWorkspace"



This command gets the schemas associated with a workspace.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ghtsschema

Azure Operational Insights Cmdlets