v20181203

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 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

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 added in v0.2.6

func (*EnterpriseKnowledgeGraph) ElementType() reflect.Type

func (*EnterpriseKnowledgeGraph) ToEnterpriseKnowledgeGraphOutput added in v0.2.6

func (i *EnterpriseKnowledgeGraph) ToEnterpriseKnowledgeGraphOutput() EnterpriseKnowledgeGraphOutput

func (*EnterpriseKnowledgeGraph) ToEnterpriseKnowledgeGraphOutputWithContext added in v0.2.6

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.StringInput
	// 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 added in v0.2.6

type EnterpriseKnowledgeGraphInput interface {
	pulumi.Input

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

type EnterpriseKnowledgeGraphOutput added in v0.2.6

type EnterpriseKnowledgeGraphOutput struct {
	*pulumi.OutputState
}

func (EnterpriseKnowledgeGraphOutput) ElementType added in v0.2.6

func (EnterpriseKnowledgeGraphOutput) ToEnterpriseKnowledgeGraphOutput added in v0.2.6

func (o EnterpriseKnowledgeGraphOutput) ToEnterpriseKnowledgeGraphOutput() EnterpriseKnowledgeGraphOutput

func (EnterpriseKnowledgeGraphOutput) ToEnterpriseKnowledgeGraphOutputWithContext added in v0.2.6

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

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 EnterpriseKnowledgeGraphPropertiesResponseArgs

type EnterpriseKnowledgeGraphPropertiesResponseArgs 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 (EnterpriseKnowledgeGraphPropertiesResponseArgs) ElementType

func (EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponseOutput

func (i EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponseOutput() EnterpriseKnowledgeGraphPropertiesResponseOutput

func (EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponseOutputWithContext

func (i EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponseOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesResponseOutput

func (EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutput

func (i EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutput() EnterpriseKnowledgeGraphPropertiesResponsePtrOutput

func (EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutputWithContext

func (i EnterpriseKnowledgeGraphPropertiesResponseArgs) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesResponsePtrOutput

type EnterpriseKnowledgeGraphPropertiesResponseInput

type EnterpriseKnowledgeGraphPropertiesResponseInput interface {
	pulumi.Input

	ToEnterpriseKnowledgeGraphPropertiesResponseOutput() EnterpriseKnowledgeGraphPropertiesResponseOutput
	ToEnterpriseKnowledgeGraphPropertiesResponseOutputWithContext(context.Context) EnterpriseKnowledgeGraphPropertiesResponseOutput
}

EnterpriseKnowledgeGraphPropertiesResponseInput is an input type that accepts EnterpriseKnowledgeGraphPropertiesResponseArgs and EnterpriseKnowledgeGraphPropertiesResponseOutput values. You can construct a concrete instance of `EnterpriseKnowledgeGraphPropertiesResponseInput` via:

EnterpriseKnowledgeGraphPropertiesResponseArgs{...}

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

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutput

func (o EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutput() EnterpriseKnowledgeGraphPropertiesResponsePtrOutput

func (EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutputWithContext

func (o EnterpriseKnowledgeGraphPropertiesResponseOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesResponsePtrOutput

type EnterpriseKnowledgeGraphPropertiesResponsePtrInput

type EnterpriseKnowledgeGraphPropertiesResponsePtrInput interface {
	pulumi.Input

	ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutput() EnterpriseKnowledgeGraphPropertiesResponsePtrOutput
	ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutputWithContext(context.Context) EnterpriseKnowledgeGraphPropertiesResponsePtrOutput
}

EnterpriseKnowledgeGraphPropertiesResponsePtrInput is an input type that accepts EnterpriseKnowledgeGraphPropertiesResponseArgs, EnterpriseKnowledgeGraphPropertiesResponsePtr and EnterpriseKnowledgeGraphPropertiesResponsePtrOutput values. You can construct a concrete instance of `EnterpriseKnowledgeGraphPropertiesResponsePtrInput` via:

        EnterpriseKnowledgeGraphPropertiesResponseArgs{...}

or:

        nil

type EnterpriseKnowledgeGraphPropertiesResponsePtrOutput

type EnterpriseKnowledgeGraphPropertiesResponsePtrOutput struct{ *pulumi.OutputState }

func (EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) Description

The description of the EnterpriseKnowledgeGraph

func (EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) Elem

func (EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) ElementType

func (EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) Metadata

Specifies the metadata of the resource.

func (EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) ProvisioningState

The state of EnterpriseKnowledgeGraph provisioning

func (EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutput

func (o EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutput() EnterpriseKnowledgeGraphPropertiesResponsePtrOutput

func (EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutputWithContext

func (o EnterpriseKnowledgeGraphPropertiesResponsePtrOutput) ToEnterpriseKnowledgeGraphPropertiesResponsePtrOutputWithContext(ctx context.Context) EnterpriseKnowledgeGraphPropertiesResponsePtrOutput

type EnterpriseKnowledgeGraphState

type EnterpriseKnowledgeGraphState struct {
	// Specifies the location of the resource.
	Location pulumi.StringPtrInput
	// Specifies the name of the resource.
	Name pulumi.StringPtrInput
	// The set of properties specific to EnterpriseKnowledgeGraph resource
	Properties EnterpriseKnowledgeGraphPropertiesResponsePtrInput
	// Gets or sets the SKU of the resource.
	Sku SkuResponsePtrInput
	// Contains resource tags defined as key/value pairs.
	Tags pulumi.StringMapInput
	// Specifies the type of the resource.
	Type pulumi.StringPtrInput
}

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 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

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 added in v0.3.1

type SkuName pulumi.String

The sku name

func (SkuName) ElementType added in v0.3.1

func (SkuName) ElementType() reflect.Type

func (SkuName) ToStringOutput added in v0.3.1

func (e SkuName) ToStringOutput() pulumi.StringOutput

func (SkuName) ToStringOutputWithContext added in v0.3.1

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

func (SkuName) ToStringPtrOutput added in v0.3.1

func (e SkuName) ToStringPtrOutput() pulumi.StringPtrOutput

func (SkuName) ToStringPtrOutputWithContext added in v0.3.1

func (e SkuName) 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 SkuResponseArgs

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

The SKU of the EnterpriseKnowledgeGraph service account.

func (SkuResponseArgs) ElementType

func (SkuResponseArgs) ElementType() reflect.Type

func (SkuResponseArgs) ToSkuResponseOutput

func (i SkuResponseArgs) ToSkuResponseOutput() SkuResponseOutput

func (SkuResponseArgs) ToSkuResponseOutputWithContext

func (i SkuResponseArgs) ToSkuResponseOutputWithContext(ctx context.Context) SkuResponseOutput

func (SkuResponseArgs) ToSkuResponsePtrOutput

func (i SkuResponseArgs) ToSkuResponsePtrOutput() SkuResponsePtrOutput

func (SkuResponseArgs) ToSkuResponsePtrOutputWithContext

func (i SkuResponseArgs) ToSkuResponsePtrOutputWithContext(ctx context.Context) SkuResponsePtrOutput

type SkuResponseInput

type SkuResponseInput interface {
	pulumi.Input

	ToSkuResponseOutput() SkuResponseOutput
	ToSkuResponseOutputWithContext(context.Context) SkuResponseOutput
}

SkuResponseInput is an input type that accepts SkuResponseArgs and SkuResponseOutput values. You can construct a concrete instance of `SkuResponseInput` via:

SkuResponseArgs{...}

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

func (SkuResponseOutput) ToSkuResponsePtrOutput

func (o SkuResponseOutput) ToSkuResponsePtrOutput() SkuResponsePtrOutput

func (SkuResponseOutput) ToSkuResponsePtrOutputWithContext

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

type SkuResponsePtrInput

type SkuResponsePtrInput interface {
	pulumi.Input

	ToSkuResponsePtrOutput() SkuResponsePtrOutput
	ToSkuResponsePtrOutputWithContext(context.Context) SkuResponsePtrOutput
}

SkuResponsePtrInput is an input type that accepts SkuResponseArgs, SkuResponsePtr and SkuResponsePtrOutput values. You can construct a concrete instance of `SkuResponsePtrInput` via:

        SkuResponseArgs{...}

or:

        nil

func SkuResponsePtr

func SkuResponsePtr(v *SkuResponseArgs) SkuResponsePtrInput

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