ApplicationInsightsExtensions.GetApplicationInsightsWorkbookTemplates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of ApplicationInsightsWorkbookTemplateResources in the ResourceGroupResource. MockingTo mock this method, please mock GetApplicationInsightsWorkbookTemplates() instead.
public static Azure.ResourceManager.ApplicationInsights.ApplicationInsightsWorkbookTemplateCollection GetApplicationInsightsWorkbookTemplates (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetApplicationInsightsWorkbookTemplates : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ApplicationInsights.ApplicationInsightsWorkbookTemplateCollection
<Extension()>
Public Function GetApplicationInsightsWorkbookTemplates (resourceGroupResource As ResourceGroupResource) As ApplicationInsightsWorkbookTemplateCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of ApplicationInsightsWorkbookTemplateResources and their operations over a ApplicationInsightsWorkbookTemplateResource.
Exceptions
resourceGroupResource
is null.
Applies to
Azure SDK for .NET