enterpriseknowledgegraph

package module
v0.0.0-...-fc6d6d1 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SkuNameF0 = SkuName("F0")
	SkuNameS1 = SkuName("S1")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EnterpriseKnowledgeGraph

type EnterpriseKnowledgeGraph struct {
	pulumi.CustomResourceState

	// Specifies the location of the resource.
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Specifies the name of the resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// The set of properties specific to EnterpriseKnowledgeGraph resource
	Properties EnterpriseKnowledgeGraphPropertiesResponseOutput `pulumi:"properties"`
	// Gets or sets the SKU of the resource.
	Sku SkuResponsePtrOutput `pulumi:"sku"`
	// Contains resource tags defined as key/value pairs.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Specifies the type of the resource.
	Type pulumi.StringOutput `pulumi:"type"`
}

EnterpriseKnowledgeGraph resource definition Azure REST API version: 2018-12-03. Prior API version in Azure Native 1.x: 2018-12-03.

func GetEnterpriseKnowledgeGraph

func GetEnterpriseKnowledgeGraph(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *EnterpriseKnowledgeGraphState, opts ...pulumi.ResourceOption) (*EnterpriseKnowledgeGraph, error)

GetEnterpriseKnowledgeGraph gets an existing EnterpriseKnowledgeGraph 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 NewEnterpriseKnowledgeGraph

func NewEnterpriseKnowledgeGraph(ctx *pulumi.Context,
	name string, args *EnterpriseKnowledgeGraphArgs, opts ...pulumi.ResourceOption) (*EnterpriseKnowledgeGraph, error)

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

func (*EnterpriseKnowledgeGraph) ElementType

func (*EnterpriseKnowledgeGraph) ElementType() reflect.Type

func (*EnterpriseKnowledgeGraph) ToEnterpriseKnowledgeGraphOutput

func (i *EnterpriseKnowledgeGraph) ToEnterpriseKnowledgeGraphOutput() EnterpriseKnowledgeGraphOutput

func (*EnterpriseKnowledgeGraph) ToEnterpriseKnowledgeGraphOutputWithContext

func (i *EnterpriseKnowledgeGraph) ToEnterpriseKnowledgeGraphOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphOutput

type EnterpriseKnowledgeGraphArgs

type EnterpriseKnowledgeGraphArgs struct {
	// Specifies the location of the resource.
	Location pulumi.StringPtrInput
	// The set of properties specific to EnterpriseKnowledgeGraph resource
	Properties EnterpriseKnowledgeGraphPropertiesPtrInput
	// The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
	ResourceGroupName pulumi.StringInput
	// The name of the EnterpriseKnowledgeGraph resource.
	ResourceName pulumi.StringPtrInput
	// Gets or sets the SKU of the resource.
	Sku SkuPtrInput
	// Contains resource tags defined as key/value pairs.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a EnterpriseKnowledgeGraph resource.

func (EnterpriseKnowledgeGraphArgs) ElementType

type EnterpriseKnowledgeGraphInput

type EnterpriseKnowledgeGraphInput interface {
	pulumi.Input

	ToEnterpriseKnowledgeGraphOutput() EnterpriseKnowledgeGraphOutput
	ToEnterpriseKnowledgeGraphOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphOutput
}

type EnterpriseKnowledgeGraphOutput

type EnterpriseKnowledgeGraphOutput struct{ *pulumi.OutputState }

func (EnterpriseKnowledgeGraphOutput) ElementType

func (EnterpriseKnowledgeGraphOutput) Location

Specifies the location of the resource.

func (EnterpriseKnowledgeGraphOutput) Name

Specifies the name of the resource.

func (EnterpriseKnowledgeGraphOutput) Properties

The set of properties specific to EnterpriseKnowledgeGraph resource

func (EnterpriseKnowledgeGraphOutput) Sku

Gets or sets the SKU of the resource.

func (EnterpriseKnowledgeGraphOutput) Tags

Contains resource tags defined as key/value pairs.

func (EnterpriseKnowledgeGraphOutput) ToEnterpriseKnowledgeGraphOutput

func (o EnterpriseKnowledgeGraphOutput) ToEnterpriseKnowledgeGraphOutput() EnterpriseKnowledgeGraphOutput

func (EnterpriseKnowledgeGraphOutput) ToEnterpriseKnowledgeGraphOutputWithContext

func (o EnterpriseKnowledgeGraphOutput) ToEnterpriseKnowledgeGraphOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphOutput

func (EnterpriseKnowledgeGraphOutput) Type

Specifies the type of the resource.

type EnterpriseKnowledgeGraphProperties

type EnterpriseKnowledgeGraphProperties struct {
	// The description of the EnterpriseKnowledgeGraph
	Description *string `pulumi:"description"`
	// Specifies the metadata  of the resource.
	Metadata interface{} `pulumi:"metadata"`
	// The state of EnterpriseKnowledgeGraph provisioning
	ProvisioningState *string `pulumi:"provisioningState"`
}

The parameters to provide for the EnterpriseKnowledgeGraph.

type EnterpriseKnowledgeGraphPropertiesArgs

type EnterpriseKnowledgeGraphPropertiesArgs struct {
	// The description of the EnterpriseKnowledgeGraph
	Description pulumi.StringPtrInput `pulumi:"description"`
	// Specifies the metadata  of the resource.
	Metadata pulumi.Input `pulumi:"metadata"`
	// The state of EnterpriseKnowledgeGraph provisioning
	ProvisioningState pulumi.StringPtrInput `pulumi:"provisioningState"`
}

The parameters to provide for the EnterpriseKnowledgeGraph.

func (EnterpriseKnowledgeGraphPropertiesArgs) ElementType

func (EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesOutput

func (i EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesOutput() EnterpriseKnowledgeGraphPropertiesOutput

func (EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesOutputWithContext

func (i EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesOutput

func (EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesPtrOutput

func (i EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesPtrOutput() EnterpriseKnowledgeGraphPropertiesPtrOutput

func (EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesPtrOutputWithContext

func (i EnterpriseKnowledgeGraphPropertiesArgs) ToEnterpriseKnowledgeGraphPropertiesPtrOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesPtrOutput

type EnterpriseKnowledgeGraphPropertiesInput

type EnterpriseKnowledgeGraphPropertiesInput interface {
	pulumi.Input

	ToEnterpriseKnowledgeGraphPropertiesOutput() EnterpriseKnowledgeGraphPropertiesOutput
	ToEnterpriseKnowledgeGraphPropertiesOutputWithContext(context.Context) EnterpriseKnowledgeGraphPropertiesOutput
}

EnterpriseKnowledgeGraphPropertiesInput is an input type that accepts EnterpriseKnowledgeGraphPropertiesArgs and EnterpriseKnowledgeGraphPropertiesOutput values. You can construct a concrete instance of `EnterpriseKnowledgeGraphPropertiesInput` via:

EnterpriseKnowledgeGraphPropertiesArgs{...}

type EnterpriseKnowledgeGraphPropertiesOutput

type EnterpriseKnowledgeGraphPropertiesOutput struct{ *pulumi.OutputState }

The parameters to provide for the EnterpriseKnowledgeGraph.

func (EnterpriseKnowledgeGraphPropertiesOutput) Description

The description of the EnterpriseKnowledgeGraph

func (EnterpriseKnowledgeGraphPropertiesOutput) ElementType

func (EnterpriseKnowledgeGraphPropertiesOutput) Metadata

Specifies the metadata of the resource.

func (EnterpriseKnowledgeGraphPropertiesOutput) ProvisioningState

The state of EnterpriseKnowledgeGraph provisioning

func (EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesOutput

func (o EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesOutput() EnterpriseKnowledgeGraphPropertiesOutput

func (EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesOutputWithContext

func (o EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesOutput

func (EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutput

func (o EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutput() EnterpriseKnowledgeGraphPropertiesPtrOutput

func (EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutputWithContext

func (o EnterpriseKnowledgeGraphPropertiesOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesPtrOutput

type EnterpriseKnowledgeGraphPropertiesPtrInput

type EnterpriseKnowledgeGraphPropertiesPtrInput interface {
	pulumi.Input

	ToEnterpriseKnowledgeGraphPropertiesPtrOutput() EnterpriseKnowledgeGraphPropertiesPtrOutput
	ToEnterpriseKnowledgeGraphPropertiesPtrOutputWithContext(context.Context) EnterpriseKnowledgeGraphPropertiesPtrOutput
}

EnterpriseKnowledgeGraphPropertiesPtrInput is an input type that accepts EnterpriseKnowledgeGraphPropertiesArgs, EnterpriseKnowledgeGraphPropertiesPtr and EnterpriseKnowledgeGraphPropertiesPtrOutput values. You can construct a concrete instance of `EnterpriseKnowledgeGraphPropertiesPtrInput` via:

        EnterpriseKnowledgeGraphPropertiesArgs{...}

or:

        nil

type EnterpriseKnowledgeGraphPropertiesPtrOutput

type EnterpriseKnowledgeGraphPropertiesPtrOutput struct{ *pulumi.OutputState }

func (EnterpriseKnowledgeGraphPropertiesPtrOutput) Description

The description of the EnterpriseKnowledgeGraph

func (EnterpriseKnowledgeGraphPropertiesPtrOutput) Elem

func (EnterpriseKnowledgeGraphPropertiesPtrOutput) ElementType

func (EnterpriseKnowledgeGraphPropertiesPtrOutput) Metadata

Specifies the metadata of the resource.

func (EnterpriseKnowledgeGraphPropertiesPtrOutput) ProvisioningState

The state of EnterpriseKnowledgeGraph provisioning

func (EnterpriseKnowledgeGraphPropertiesPtrOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutput

func (o EnterpriseKnowledgeGraphPropertiesPtrOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutput() EnterpriseKnowledgeGraphPropertiesPtrOutput

func (EnterpriseKnowledgeGraphPropertiesPtrOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutputWithContext

func (o EnterpriseKnowledgeGraphPropertiesPtrOutput) ToEnterpriseKnowledgeGraphPropertiesPtrOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesPtrOutput

type EnterpriseKnowledgeGraphPropertiesResponse

type EnterpriseKnowledgeGraphPropertiesResponse struct {
	// The description of the EnterpriseKnowledgeGraph
	Description *string `pulumi:"description"`
	// Specifies the metadata  of the resource.
	Metadata interface{} `pulumi:"metadata"`
	// The state of EnterpriseKnowledgeGraph provisioning
	ProvisioningState *string `pulumi:"provisioningState"`
}

The parameters to provide for the EnterpriseKnowledgeGraph.

type EnterpriseKnowledgeGraphPropertiesResponseOutput

type EnterpriseKnowledgeGraphPropertiesResponseOutput struct{ *pulumi.OutputState }

The parameters to provide for the EnterpriseKnowledgeGraph.

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) Description

The description of the EnterpriseKnowledgeGraph

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) ElementType

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) Metadata

Specifies the metadata of the resource.

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) ProvisioningState

The state of EnterpriseKnowledgeGraph provisioning

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponseOutput

func (o EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponseOutput() EnterpriseKnowledgeGraphPropertiesResponseOutput

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponseOutputWithContext

func (o EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponseOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesResponseOutput

type EnterpriseKnowledgeGraphState

type EnterpriseKnowledgeGraphState struct {
}

func (EnterpriseKnowledgeGraphState) ElementType

type LookupEnterpriseKnowledgeGraphArgs

type LookupEnterpriseKnowledgeGraphArgs struct {
	// The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the EnterpriseKnowledgeGraph resource.
	ResourceName string `pulumi:"resourceName"`
}

type LookupEnterpriseKnowledgeGraphOutputArgs

type LookupEnterpriseKnowledgeGraphOutputArgs struct {
	// The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
	// The name of the EnterpriseKnowledgeGraph resource.
	ResourceName pulumi.StringInput `pulumi:"resourceName"`
}

func (LookupEnterpriseKnowledgeGraphOutputArgs) ElementType

type LookupEnterpriseKnowledgeGraphResult

type LookupEnterpriseKnowledgeGraphResult struct {
	// Specifies the resource ID.
	Id string `pulumi:"id"`
	// Specifies the location of the resource.
	Location *string `pulumi:"location"`
	// Specifies the name of the resource.
	Name string `pulumi:"name"`
	// The set of properties specific to EnterpriseKnowledgeGraph resource
	Properties EnterpriseKnowledgeGraphPropertiesResponse `pulumi:"properties"`
	// Gets or sets the SKU of the resource.
	Sku *SkuResponse `pulumi:"sku"`
	// Contains resource tags defined as key/value pairs.
	Tags map[string]string `pulumi:"tags"`
	// Specifies the type of the resource.
	Type string `pulumi:"type"`
}

EnterpriseKnowledgeGraph resource definition

func LookupEnterpriseKnowledgeGraph

Returns a EnterpriseKnowledgeGraph service specified by the parameters. Azure REST API version: 2018-12-03.

type LookupEnterpriseKnowledgeGraphResultOutput

type LookupEnterpriseKnowledgeGraphResultOutput struct{ *pulumi.OutputState }

EnterpriseKnowledgeGraph resource definition

func (LookupEnterpriseKnowledgeGraphResultOutput) ElementType

func (LookupEnterpriseKnowledgeGraphResultOutput) Id

Specifies the resource ID.

func (LookupEnterpriseKnowledgeGraphResultOutput) Location

Specifies the location of the resource.

func (LookupEnterpriseKnowledgeGraphResultOutput) Name

Specifies the name of the resource.

func (LookupEnterpriseKnowledgeGraphResultOutput) Properties

The set of properties specific to EnterpriseKnowledgeGraph resource

func (LookupEnterpriseKnowledgeGraphResultOutput) Sku

Gets or sets the SKU of the resource.

func (LookupEnterpriseKnowledgeGraphResultOutput) Tags

Contains resource tags defined as key/value pairs.

func (LookupEnterpriseKnowledgeGraphResultOutput) ToLookupEnterpriseKnowledgeGraphResultOutput

func (o LookupEnterpriseKnowledgeGraphResultOutput) ToLookupEnterpriseKnowledgeGraphResultOutput() LookupEnterpriseKnowledgeGraphResultOutput

func (LookupEnterpriseKnowledgeGraphResultOutput) ToLookupEnterpriseKnowledgeGraphResultOutputWithContext

func (o LookupEnterpriseKnowledgeGraphResultOutput) ToLookupEnterpriseKnowledgeGraphResultOutputWithContext(ctx context.Context) LookupEnterpriseKnowledgeGraphResultOutput

func (LookupEnterpriseKnowledgeGraphResultOutput) Type

Specifies the type of the resource.

type Sku

type Sku struct {
	// The sku name
	Name string `pulumi:"name"`
}

The SKU of the EnterpriseKnowledgeGraph service account.

type SkuArgs

type SkuArgs struct {
	// The sku name
	Name pulumi.StringInput `pulumi:"name"`
}

The SKU of the EnterpriseKnowledgeGraph service account.

func (SkuArgs) ElementType

func (SkuArgs) ElementType() reflect.Type

func (SkuArgs) ToSkuOutput

func (i SkuArgs) ToSkuOutput() SkuOutput

func (SkuArgs) ToSkuOutputWithContext

func (i SkuArgs) ToSkuOutputWithContext(ctx context.Context) SkuOutput

func (SkuArgs) ToSkuPtrOutput

func (i SkuArgs) ToSkuPtrOutput() SkuPtrOutput

func (SkuArgs) ToSkuPtrOutputWithContext

func (i SkuArgs) ToSkuPtrOutputWithContext(ctx context.Context) SkuPtrOutput

type SkuInput

type SkuInput interface {
	pulumi.Input

	ToSkuOutput() SkuOutput
	ToSkuOutputWithContext(context.Context) SkuOutput
}

SkuInput is an input type that accepts SkuArgs and SkuOutput values. You can construct a concrete instance of `SkuInput` via:

SkuArgs{...}

type SkuName

type SkuName string

The sku name

func (SkuName) ElementType

func (SkuName) ElementType() reflect.Type

func (SkuName) ToSkuNameOutput

func (e SkuName) ToSkuNameOutput() SkuNameOutput

func (SkuName) ToSkuNameOutputWithContext

func (e SkuName) ToSkuNameOutputWithContext(ctx context.Context) SkuNameOutput

func (SkuName) ToSkuNamePtrOutput

func (e SkuName) ToSkuNamePtrOutput() SkuNamePtrOutput

func (SkuName) ToSkuNamePtrOutputWithContext

func (e SkuName) ToSkuNamePtrOutputWithContext(ctx context.Context) SkuNamePtrOutput

func (SkuName) ToStringOutput

func (e SkuName) ToStringOutput() pulumi.StringOutput

func (SkuName) ToStringOutputWithContext

func (e SkuName) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SkuName) ToStringPtrOutput

func (e SkuName) ToStringPtrOutput() pulumi.StringPtrOutput

func (SkuName) ToStringPtrOutputWithContext

func (e SkuName) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type SkuNameInput

type SkuNameInput interface {
	pulumi.Input

	ToSkuNameOutput() SkuNameOutput
	ToSkuNameOutputWithContext(context.Context) SkuNameOutput
}

SkuNameInput is an input type that accepts values of the SkuName enum A concrete instance of `SkuNameInput` can be one of the following:

SkuNameF0
SkuNameS1

type SkuNameOutput

type SkuNameOutput struct{ *pulumi.OutputState }

func (SkuNameOutput) ElementType

func (SkuNameOutput) ElementType() reflect.Type

func (SkuNameOutput) ToSkuNameOutput

func (o SkuNameOutput) ToSkuNameOutput() SkuNameOutput

func (SkuNameOutput) ToSkuNameOutputWithContext

func (o SkuNameOutput) ToSkuNameOutputWithContext(ctx context.Context) SkuNameOutput

func (SkuNameOutput) ToSkuNamePtrOutput

func (o SkuNameOutput) ToSkuNamePtrOutput() SkuNamePtrOutput

func (SkuNameOutput) ToSkuNamePtrOutputWithContext

func (o SkuNameOutput) ToSkuNamePtrOutputWithContext(ctx context.Context) SkuNamePtrOutput

func (SkuNameOutput) ToStringOutput

func (o SkuNameOutput) ToStringOutput() pulumi.StringOutput

func (SkuNameOutput) ToStringOutputWithContext

func (o SkuNameOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SkuNameOutput) ToStringPtrOutput

func (o SkuNameOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SkuNameOutput) ToStringPtrOutputWithContext

func (o SkuNameOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type SkuNamePtrInput

type SkuNamePtrInput interface {
	pulumi.Input

	ToSkuNamePtrOutput() SkuNamePtrOutput
	ToSkuNamePtrOutputWithContext(context.Context) SkuNamePtrOutput
}

func SkuNamePtr

func SkuNamePtr(v string) SkuNamePtrInput

type SkuNamePtrOutput

type SkuNamePtrOutput struct{ *pulumi.OutputState }

func (SkuNamePtrOutput) Elem

func (SkuNamePtrOutput) ElementType

func (SkuNamePtrOutput) ElementType() reflect.Type

func (SkuNamePtrOutput) ToSkuNamePtrOutput

func (o SkuNamePtrOutput) ToSkuNamePtrOutput() SkuNamePtrOutput

func (SkuNamePtrOutput) ToSkuNamePtrOutputWithContext

func (o SkuNamePtrOutput) ToSkuNamePtrOutputWithContext(ctx context.Context) SkuNamePtrOutput

func (SkuNamePtrOutput) ToStringPtrOutput

func (o SkuNamePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SkuNamePtrOutput) ToStringPtrOutputWithContext

func (o SkuNamePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type SkuOutput

type SkuOutput struct{ *pulumi.OutputState }

The SKU of the EnterpriseKnowledgeGraph service account.

func (SkuOutput) ElementType

func (SkuOutput) ElementType() reflect.Type

func (SkuOutput) Name

func (o SkuOutput) Name() pulumi.StringOutput

The sku name

func (SkuOutput) ToSkuOutput

func (o SkuOutput) ToSkuOutput() SkuOutput

func (SkuOutput) ToSkuOutputWithContext

func (o SkuOutput) ToSkuOutputWithContext(ctx context.Context) SkuOutput

func (SkuOutput) ToSkuPtrOutput

func (o SkuOutput) ToSkuPtrOutput() SkuPtrOutput

func (SkuOutput) ToSkuPtrOutputWithContext

func (o SkuOutput) ToSkuPtrOutputWithContext(ctx context.Context) SkuPtrOutput

type SkuPtrInput

type SkuPtrInput interface {
	pulumi.Input

	ToSkuPtrOutput() SkuPtrOutput
	ToSkuPtrOutputWithContext(context.Context) SkuPtrOutput
}

SkuPtrInput is an input type that accepts SkuArgs, SkuPtr and SkuPtrOutput values. You can construct a concrete instance of `SkuPtrInput` via:

        SkuArgs{...}

or:

        nil

func SkuPtr

func SkuPtr(v *SkuArgs) SkuPtrInput

type SkuPtrOutput

type SkuPtrOutput struct{ *pulumi.OutputState }

func (SkuPtrOutput) Elem

func (o SkuPtrOutput) Elem() SkuOutput

func (SkuPtrOutput) ElementType

func (SkuPtrOutput) ElementType() reflect.Type

func (SkuPtrOutput) Name

The sku name

func (SkuPtrOutput) ToSkuPtrOutput

func (o SkuPtrOutput) ToSkuPtrOutput() SkuPtrOutput

func (SkuPtrOutput) ToSkuPtrOutputWithContext

func (o SkuPtrOutput) ToSkuPtrOutputWithContext(ctx context.Context) SkuPtrOutput

type SkuResponse

type SkuResponse struct {
	// The sku name
	Name string `pulumi:"name"`
}

The SKU of the EnterpriseKnowledgeGraph service account.

type SkuResponseOutput

type SkuResponseOutput struct{ *pulumi.OutputState }

The SKU of the EnterpriseKnowledgeGraph service account.

func (SkuResponseOutput) ElementType

func (SkuResponseOutput) ElementType() reflect.Type

func (SkuResponseOutput) Name

The sku name

func (SkuResponseOutput) ToSkuResponseOutput

func (o SkuResponseOutput) ToSkuResponseOutput() SkuResponseOutput

func (SkuResponseOutput) ToSkuResponseOutputWithContext

func (o SkuResponseOutput) ToSkuResponseOutputWithContext(ctx context.Context) SkuResponseOutput

type SkuResponsePtrOutput

type SkuResponsePtrOutput struct{ *pulumi.OutputState }

func (SkuResponsePtrOutput) Elem

func (SkuResponsePtrOutput) ElementType

func (SkuResponsePtrOutput) ElementType() reflect.Type

func (SkuResponsePtrOutput) Name

The sku name

func (SkuResponsePtrOutput) ToSkuResponsePtrOutput

func (o SkuResponsePtrOutput) ToSkuResponsePtrOutput() SkuResponsePtrOutput

func (SkuResponsePtrOutput) ToSkuResponsePtrOutputWithContext

func (o SkuResponsePtrOutput) ToSkuResponsePtrOutputWithContext(ctx context.Context) SkuResponsePtrOutput

Jump to

Keyboard shortcuts

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