operationalinsights

package
v0.14.3-dev Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyticsSolution

type AnalyticsSolution struct {
	// contains filtered or unexported fields
}

Manages a new Log Analytics (formally Operational Insights) Solution.

func GetAnalyticsSolution

func GetAnalyticsSolution(ctx *pulumi.Context,
	name string, id pulumi.ID, state *AnalyticsSolutionState, opts ...pulumi.ResourceOpt) (*AnalyticsSolution, error)

GetAnalyticsSolution gets an existing AnalyticsSolution resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAnalyticsSolution

func NewAnalyticsSolution(ctx *pulumi.Context,
	name string, args *AnalyticsSolutionArgs, opts ...pulumi.ResourceOpt) (*AnalyticsSolution, error)

NewAnalyticsSolution registers a new resource with the given unique name, arguments, and options.

func (*AnalyticsSolution) ID

ID is this resource's unique identifier assigned by its provider.

func (*AnalyticsSolution) Location

func (r *AnalyticsSolution) Location() *pulumi.StringOutput

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

func (*AnalyticsSolution) Plan

func (r *AnalyticsSolution) Plan() *pulumi.Output

A `plan` block as documented below.

func (*AnalyticsSolution) ResourceGroupName

func (r *AnalyticsSolution) ResourceGroupName() *pulumi.StringOutput

The name of the resource group in which the Log Analytics solution is created. Changing this forces a new resource to be created. Note: The solution and it's related workspace can only exist in the same resource group.

func (*AnalyticsSolution) SolutionName

func (r *AnalyticsSolution) SolutionName() *pulumi.StringOutput

Specifies the name of the solution to be deployed. See [here for options](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-add-solutions).Changing this forces a new resource to be created.

func (*AnalyticsSolution) URN

URN is this resource's unique name assigned by Pulumi.

func (*AnalyticsSolution) WorkspaceName

func (r *AnalyticsSolution) WorkspaceName() *pulumi.StringOutput

func (*AnalyticsSolution) WorkspaceResourceId

func (r *AnalyticsSolution) WorkspaceResourceId() *pulumi.StringOutput

The full resource ID of the Log Analytics workspace with which the solution will be linked. Changing this forces a new resource to be created.

type AnalyticsSolutionArgs

type AnalyticsSolutionArgs struct {
	// Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
	Location interface{}
	// A `plan` block as documented below.
	Plan interface{}
	// The name of the resource group in which the Log Analytics solution is created. Changing this forces a new resource to be created. Note: The solution and it's related workspace can only exist in the same resource group.
	ResourceGroupName interface{}
	// Specifies the name of the solution to be deployed. See [here for options](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-add-solutions).Changing this forces a new resource to be created.
	SolutionName  interface{}
	WorkspaceName interface{}
	// The full resource ID of the Log Analytics workspace with which the solution will be linked. Changing this forces a new resource to be created.
	WorkspaceResourceId interface{}
}

The set of arguments for constructing a AnalyticsSolution resource.

type AnalyticsSolutionState

type AnalyticsSolutionState struct {
	// Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
	Location interface{}
	// A `plan` block as documented below.
	Plan interface{}
	// The name of the resource group in which the Log Analytics solution is created. Changing this forces a new resource to be created. Note: The solution and it's related workspace can only exist in the same resource group.
	ResourceGroupName interface{}
	// Specifies the name of the solution to be deployed. See [here for options](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-add-solutions).Changing this forces a new resource to be created.
	SolutionName  interface{}
	WorkspaceName interface{}
	// The full resource ID of the Log Analytics workspace with which the solution will be linked. Changing this forces a new resource to be created.
	WorkspaceResourceId interface{}
}

Input properties used for looking up and filtering AnalyticsSolution resources.

type AnalyticsWorkspace

type AnalyticsWorkspace struct {
	// contains filtered or unexported fields
}

Manages a new Log Analytics (formally Operational Insights) Workspace.

func GetAnalyticsWorkspace

func GetAnalyticsWorkspace(ctx *pulumi.Context,
	name string, id pulumi.ID, state *AnalyticsWorkspaceState, opts ...pulumi.ResourceOpt) (*AnalyticsWorkspace, error)

GetAnalyticsWorkspace gets an existing AnalyticsWorkspace resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAnalyticsWorkspace

func NewAnalyticsWorkspace(ctx *pulumi.Context,
	name string, args *AnalyticsWorkspaceArgs, opts ...pulumi.ResourceOpt) (*AnalyticsWorkspace, error)

NewAnalyticsWorkspace registers a new resource with the given unique name, arguments, and options.

func (*AnalyticsWorkspace) ID

ID is this resource's unique identifier assigned by its provider.

func (*AnalyticsWorkspace) Location

func (r *AnalyticsWorkspace) Location() *pulumi.StringOutput

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

func (*AnalyticsWorkspace) Name

Specifies the name of the Log Analytics Workspace. Workspace name should include 4-63 letters, digits or '-'. The '-' shouldn't be the first or the last symbol. Changing this forces a new resource to be created.

func (*AnalyticsWorkspace) PortalUrl

func (r *AnalyticsWorkspace) PortalUrl() *pulumi.StringOutput

The Portal URL for the Log Analytics Workspace.

func (*AnalyticsWorkspace) PrimarySharedKey

func (r *AnalyticsWorkspace) PrimarySharedKey() *pulumi.StringOutput

The Primary shared key for the Log Analytics Workspace.

func (*AnalyticsWorkspace) ResourceGroupName

func (r *AnalyticsWorkspace) ResourceGroupName() *pulumi.StringOutput

The name of the resource group in which the Log Analytics workspace is created. Changing this forces a new resource to be created.

func (*AnalyticsWorkspace) RetentionInDays

func (r *AnalyticsWorkspace) RetentionInDays() *pulumi.IntOutput

The workspace data retention in days. Possible values range between 30 and 730.

func (*AnalyticsWorkspace) SecondarySharedKey

func (r *AnalyticsWorkspace) SecondarySharedKey() *pulumi.StringOutput

The Secondary shared key for the Log Analytics Workspace.

func (*AnalyticsWorkspace) Sku

Specifies the Sku of the Log Analytics Workspace. Possible values are `Free`, `PerNode`, `Premium`, `Standard`, `Standalone` and `Unlimited.`

func (*AnalyticsWorkspace) Tags

func (r *AnalyticsWorkspace) Tags() *pulumi.MapOutput

A mapping of tags to assign to the resource.

func (*AnalyticsWorkspace) URN

URN is this resource's unique name assigned by Pulumi.

func (*AnalyticsWorkspace) WorkspaceId

func (r *AnalyticsWorkspace) WorkspaceId() *pulumi.StringOutput

The Workspace (or Customer) ID for the Log Analytics Workspace.

type AnalyticsWorkspaceArgs

type AnalyticsWorkspaceArgs struct {
	// Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
	Location interface{}
	// Specifies the name of the Log Analytics Workspace. Workspace name should include 4-63 letters, digits or '-'. The '-' shouldn't be the first or the last symbol. Changing this forces a new resource to be created.
	Name interface{}
	// The name of the resource group in which the Log Analytics workspace is created. Changing this forces a new resource to be created.
	ResourceGroupName interface{}
	// The workspace data retention in days. Possible values range between 30 and 730.
	RetentionInDays interface{}
	// Specifies the Sku of the Log Analytics Workspace. Possible values are `Free`, `PerNode`, `Premium`, `Standard`, `Standalone` and `Unlimited.`
	Sku interface{}
	// A mapping of tags to assign to the resource.
	Tags interface{}
}

The set of arguments for constructing a AnalyticsWorkspace resource.

type AnalyticsWorkspaceState

type AnalyticsWorkspaceState struct {
	// Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
	Location interface{}
	// Specifies the name of the Log Analytics Workspace. Workspace name should include 4-63 letters, digits or '-'. The '-' shouldn't be the first or the last symbol. Changing this forces a new resource to be created.
	Name interface{}
	// The Portal URL for the Log Analytics Workspace.
	PortalUrl interface{}
	// The Primary shared key for the Log Analytics Workspace.
	PrimarySharedKey interface{}
	// The name of the resource group in which the Log Analytics workspace is created. Changing this forces a new resource to be created.
	ResourceGroupName interface{}
	// The workspace data retention in days. Possible values range between 30 and 730.
	RetentionInDays interface{}
	// The Secondary shared key for the Log Analytics Workspace.
	SecondarySharedKey interface{}
	// Specifies the Sku of the Log Analytics Workspace. Possible values are `Free`, `PerNode`, `Premium`, `Standard`, `Standalone` and `Unlimited.`
	Sku interface{}
	// A mapping of tags to assign to the resource.
	Tags interface{}
	// The Workspace (or Customer) ID for the Log Analytics Workspace.
	WorkspaceId interface{}
}

Input properties used for looking up and filtering AnalyticsWorkspace resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL