Edit

Share via


New-AzApplicationInsightsWorkbookTemplateGalleryObject

Create an in-memory object for WorkbookTemplateGallery.

Syntax

Default (Default)

New-AzApplicationInsightsWorkbookTemplateGalleryObject
    [-Category <String>]
    [-Name <String>]
    [-Order <Int32>]
    [-ResourceType <String>]
    [-Type <String>]
    [<CommonParameters>]

Description

Create an in-memory object for WorkbookTemplateGallery.

Examples

Example 1: Create an in-memory object for WorkbookTemplateGallery

New-AzApplicationInsightsWorkbookTemplateGalleryObject -Category "Failures" -Name "Simple Template" -Type 'tsg' -ResourceType "microsoft.insights/components" -Order 100
Name            Category
----            --------
Simple Template Failures

Create an in-memory object for WorkbookTemplateGallery.

Parameters

-Category

Category for the gallery.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Name of the workbook template in the gallery.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Order

Order of the template within the gallery.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceType

Azure resource type supported by the gallery.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Type

Type of workbook supported by the workbook template.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

WorkbookTemplateGallery