v20201031

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 (
	EndpointTypeEventHub   = EndpointType("EventHub")
	EndpointTypeEventGrid  = EndpointType("EventGrid")
	EndpointTypeServiceBus = EndpointType("ServiceBus")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DigitalTwin

type DigitalTwin struct {
	pulumi.CustomResourceState

	// Time when DigitalTwinsInstance was created.
	CreatedTime pulumi.StringOutput `pulumi:"createdTime"`
	// Api endpoint to work with DigitalTwinsInstance.
	HostName pulumi.StringOutput `pulumi:"hostName"`
	// Time when DigitalTwinsInstance was updated.
	LastUpdatedTime pulumi.StringOutput `pulumi:"lastUpdatedTime"`
	// The resource location.
	Location pulumi.StringOutput `pulumi:"location"`
	// The resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The provisioning state.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// The resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// The resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

The description of the DigitalTwins service.

func GetDigitalTwin

func GetDigitalTwin(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DigitalTwinState, opts ...pulumi.ResourceOption) (*DigitalTwin, error)

GetDigitalTwin gets an existing DigitalTwin 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 NewDigitalTwin

func NewDigitalTwin(ctx *pulumi.Context,
	name string, args *DigitalTwinArgs, opts ...pulumi.ResourceOption) (*DigitalTwin, error)

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

func (*DigitalTwin) ElementType added in v0.2.6

func (*DigitalTwin) ElementType() reflect.Type

func (*DigitalTwin) ToDigitalTwinOutput added in v0.2.6

func (i *DigitalTwin) ToDigitalTwinOutput() DigitalTwinOutput

func (*DigitalTwin) ToDigitalTwinOutputWithContext added in v0.2.6

func (i *DigitalTwin) ToDigitalTwinOutputWithContext(ctx context.Context) DigitalTwinOutput

type DigitalTwinArgs

type DigitalTwinArgs struct {
	// The resource location.
	Location pulumi.StringPtrInput
	// The name of the resource group that contains the DigitalTwinsInstance.
	ResourceGroupName pulumi.StringInput
	// The name of the DigitalTwinsInstance.
	ResourceName pulumi.StringInput
	// The resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a DigitalTwin resource.

func (DigitalTwinArgs) ElementType

func (DigitalTwinArgs) ElementType() reflect.Type

type DigitalTwinInput added in v0.2.6

type DigitalTwinInput interface {
	pulumi.Input

	ToDigitalTwinOutput() DigitalTwinOutput
	ToDigitalTwinOutputWithContext(ctx context.Context) DigitalTwinOutput
}

type DigitalTwinOutput added in v0.2.6

type DigitalTwinOutput struct {
	*pulumi.OutputState
}

func (DigitalTwinOutput) ElementType added in v0.2.6

func (DigitalTwinOutput) ElementType() reflect.Type

func (DigitalTwinOutput) ToDigitalTwinOutput added in v0.2.6

func (o DigitalTwinOutput) ToDigitalTwinOutput() DigitalTwinOutput

func (DigitalTwinOutput) ToDigitalTwinOutputWithContext added in v0.2.6

func (o DigitalTwinOutput) ToDigitalTwinOutputWithContext(ctx context.Context) DigitalTwinOutput

type DigitalTwinState

type DigitalTwinState struct {
	// Time when DigitalTwinsInstance was created.
	CreatedTime pulumi.StringPtrInput
	// Api endpoint to work with DigitalTwinsInstance.
	HostName pulumi.StringPtrInput
	// Time when DigitalTwinsInstance was updated.
	LastUpdatedTime pulumi.StringPtrInput
	// The resource location.
	Location pulumi.StringPtrInput
	// The resource name.
	Name pulumi.StringPtrInput
	// The provisioning state.
	ProvisioningState pulumi.StringPtrInput
	// The resource tags.
	Tags pulumi.StringMapInput
	// The resource type.
	Type pulumi.StringPtrInput
}

func (DigitalTwinState) ElementType

func (DigitalTwinState) ElementType() reflect.Type

type DigitalTwinsEndpoint

type DigitalTwinsEndpoint struct {
	pulumi.CustomResourceState

	// Extension resource name.
	Name pulumi.StringOutput `pulumi:"name"`
	// DigitalTwinsInstance endpoint resource properties.
	Properties pulumi.AnyOutput `pulumi:"properties"`
	// The resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

DigitalTwinsInstance endpoint resource.

func GetDigitalTwinsEndpoint

func GetDigitalTwinsEndpoint(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DigitalTwinsEndpointState, opts ...pulumi.ResourceOption) (*DigitalTwinsEndpoint, error)

GetDigitalTwinsEndpoint gets an existing DigitalTwinsEndpoint 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 NewDigitalTwinsEndpoint

func NewDigitalTwinsEndpoint(ctx *pulumi.Context,
	name string, args *DigitalTwinsEndpointArgs, opts ...pulumi.ResourceOption) (*DigitalTwinsEndpoint, error)

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

func (*DigitalTwinsEndpoint) ElementType added in v0.2.6

func (*DigitalTwinsEndpoint) ElementType() reflect.Type

func (*DigitalTwinsEndpoint) ToDigitalTwinsEndpointOutput added in v0.2.6

func (i *DigitalTwinsEndpoint) ToDigitalTwinsEndpointOutput() DigitalTwinsEndpointOutput

func (*DigitalTwinsEndpoint) ToDigitalTwinsEndpointOutputWithContext added in v0.2.6

func (i *DigitalTwinsEndpoint) ToDigitalTwinsEndpointOutputWithContext(ctx context.Context) DigitalTwinsEndpointOutput

type DigitalTwinsEndpointArgs

type DigitalTwinsEndpointArgs struct {
	// Name of Endpoint Resource.
	EndpointName pulumi.StringInput
	// DigitalTwinsInstance endpoint resource properties.
	Properties pulumi.Input
	// The name of the resource group that contains the DigitalTwinsInstance.
	ResourceGroupName pulumi.StringInput
	// The name of the DigitalTwinsInstance.
	ResourceName pulumi.StringInput
}

The set of arguments for constructing a DigitalTwinsEndpoint resource.

func (DigitalTwinsEndpointArgs) ElementType

func (DigitalTwinsEndpointArgs) ElementType() reflect.Type

type DigitalTwinsEndpointInput added in v0.2.6

type DigitalTwinsEndpointInput interface {
	pulumi.Input

	ToDigitalTwinsEndpointOutput() DigitalTwinsEndpointOutput
	ToDigitalTwinsEndpointOutputWithContext(ctx context.Context) DigitalTwinsEndpointOutput
}

type DigitalTwinsEndpointOutput added in v0.2.6

type DigitalTwinsEndpointOutput struct {
	*pulumi.OutputState
}

func (DigitalTwinsEndpointOutput) ElementType added in v0.2.6

func (DigitalTwinsEndpointOutput) ElementType() reflect.Type

func (DigitalTwinsEndpointOutput) ToDigitalTwinsEndpointOutput added in v0.2.6

func (o DigitalTwinsEndpointOutput) ToDigitalTwinsEndpointOutput() DigitalTwinsEndpointOutput

func (DigitalTwinsEndpointOutput) ToDigitalTwinsEndpointOutputWithContext added in v0.2.6

func (o DigitalTwinsEndpointOutput) ToDigitalTwinsEndpointOutputWithContext(ctx context.Context) DigitalTwinsEndpointOutput

type DigitalTwinsEndpointState

type DigitalTwinsEndpointState struct {
	// Extension resource name.
	Name pulumi.StringPtrInput
	// DigitalTwinsInstance endpoint resource properties.
	Properties pulumi.Input
	// The resource type.
	Type pulumi.StringPtrInput
}

func (DigitalTwinsEndpointState) ElementType

func (DigitalTwinsEndpointState) ElementType() reflect.Type

type EndpointType added in v0.3.1

type EndpointType pulumi.String

The type of Digital Twins endpoint

func (EndpointType) ElementType added in v0.3.1

func (EndpointType) ElementType() reflect.Type

func (EndpointType) ToStringOutput added in v0.3.1

func (e EndpointType) ToStringOutput() pulumi.StringOutput

func (EndpointType) ToStringOutputWithContext added in v0.3.1

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

func (EndpointType) ToStringPtrOutput added in v0.3.1

func (e EndpointType) ToStringPtrOutput() pulumi.StringPtrOutput

func (EndpointType) ToStringPtrOutputWithContext added in v0.3.1

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

type EventGrid

type EventGrid struct {
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey1 string `pulumi:"accessKey1"`
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey2 *string `pulumi:"accessKey2"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret *string `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventGrid'.
	EndpointType string `pulumi:"endpointType"`
	// EventGrid Topic Endpoint
	TopicEndpoint string `pulumi:"topicEndpoint"`
}

Properties related to EventGrid.

type EventGridArgs

type EventGridArgs struct {
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey1 pulumi.StringInput `pulumi:"accessKey1"`
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey2 pulumi.StringPtrInput `pulumi:"accessKey2"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret pulumi.StringPtrInput `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventGrid'.
	EndpointType pulumi.StringInput `pulumi:"endpointType"`
	// EventGrid Topic Endpoint
	TopicEndpoint pulumi.StringInput `pulumi:"topicEndpoint"`
}

Properties related to EventGrid.

func (EventGridArgs) ElementType

func (EventGridArgs) ElementType() reflect.Type

func (EventGridArgs) ToEventGridOutput

func (i EventGridArgs) ToEventGridOutput() EventGridOutput

func (EventGridArgs) ToEventGridOutputWithContext

func (i EventGridArgs) ToEventGridOutputWithContext(ctx context.Context) EventGridOutput

type EventGridInput

type EventGridInput interface {
	pulumi.Input

	ToEventGridOutput() EventGridOutput
	ToEventGridOutputWithContext(context.Context) EventGridOutput
}

EventGridInput is an input type that accepts EventGridArgs and EventGridOutput values. You can construct a concrete instance of `EventGridInput` via:

EventGridArgs{...}

type EventGridOutput

type EventGridOutput struct{ *pulumi.OutputState }

Properties related to EventGrid.

func (EventGridOutput) AccessKey1

func (o EventGridOutput) AccessKey1() pulumi.StringOutput

EventGrid secondary accesskey. Will be obfuscated during read.

func (EventGridOutput) AccessKey2

func (o EventGridOutput) AccessKey2() pulumi.StringPtrOutput

EventGrid secondary accesskey. Will be obfuscated during read.

func (EventGridOutput) DeadLetterSecret

func (o EventGridOutput) DeadLetterSecret() pulumi.StringPtrOutput

Dead letter storage secret. Will be obfuscated during read.

func (EventGridOutput) ElementType

func (EventGridOutput) ElementType() reflect.Type

func (EventGridOutput) EndpointType

func (o EventGridOutput) EndpointType() pulumi.StringOutput

The type of Digital Twins endpoint Expected value is 'EventGrid'.

func (EventGridOutput) ToEventGridOutput

func (o EventGridOutput) ToEventGridOutput() EventGridOutput

func (EventGridOutput) ToEventGridOutputWithContext

func (o EventGridOutput) ToEventGridOutputWithContext(ctx context.Context) EventGridOutput

func (EventGridOutput) TopicEndpoint

func (o EventGridOutput) TopicEndpoint() pulumi.StringOutput

EventGrid Topic Endpoint

type EventGridResponse

type EventGridResponse struct {
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey1 string `pulumi:"accessKey1"`
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey2 *string `pulumi:"accessKey2"`
	// Time when the Endpoint was added to DigitalTwinsInstance.
	CreatedTime string `pulumi:"createdTime"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret *string `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventGrid'.
	EndpointType string `pulumi:"endpointType"`
	// The provisioning state.
	ProvisioningState string `pulumi:"provisioningState"`
	// EventGrid Topic Endpoint
	TopicEndpoint string `pulumi:"topicEndpoint"`
}

Properties related to EventGrid.

type EventGridResponseArgs

type EventGridResponseArgs struct {
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey1 pulumi.StringInput `pulumi:"accessKey1"`
	// EventGrid secondary accesskey. Will be obfuscated during read.
	AccessKey2 pulumi.StringPtrInput `pulumi:"accessKey2"`
	// Time when the Endpoint was added to DigitalTwinsInstance.
	CreatedTime pulumi.StringInput `pulumi:"createdTime"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret pulumi.StringPtrInput `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventGrid'.
	EndpointType pulumi.StringInput `pulumi:"endpointType"`
	// The provisioning state.
	ProvisioningState pulumi.StringInput `pulumi:"provisioningState"`
	// EventGrid Topic Endpoint
	TopicEndpoint pulumi.StringInput `pulumi:"topicEndpoint"`
}

Properties related to EventGrid.

func (EventGridResponseArgs) ElementType

func (EventGridResponseArgs) ElementType() reflect.Type

func (EventGridResponseArgs) ToEventGridResponseOutput

func (i EventGridResponseArgs) ToEventGridResponseOutput() EventGridResponseOutput

func (EventGridResponseArgs) ToEventGridResponseOutputWithContext

func (i EventGridResponseArgs) ToEventGridResponseOutputWithContext(ctx context.Context) EventGridResponseOutput

type EventGridResponseInput

type EventGridResponseInput interface {
	pulumi.Input

	ToEventGridResponseOutput() EventGridResponseOutput
	ToEventGridResponseOutputWithContext(context.Context) EventGridResponseOutput
}

EventGridResponseInput is an input type that accepts EventGridResponseArgs and EventGridResponseOutput values. You can construct a concrete instance of `EventGridResponseInput` via:

EventGridResponseArgs{...}

type EventGridResponseOutput

type EventGridResponseOutput struct{ *pulumi.OutputState }

Properties related to EventGrid.

func (EventGridResponseOutput) AccessKey1

EventGrid secondary accesskey. Will be obfuscated during read.

func (EventGridResponseOutput) AccessKey2

EventGrid secondary accesskey. Will be obfuscated during read.

func (EventGridResponseOutput) CreatedTime

Time when the Endpoint was added to DigitalTwinsInstance.

func (EventGridResponseOutput) DeadLetterSecret

func (o EventGridResponseOutput) DeadLetterSecret() pulumi.StringPtrOutput

Dead letter storage secret. Will be obfuscated during read.

func (EventGridResponseOutput) ElementType

func (EventGridResponseOutput) ElementType() reflect.Type

func (EventGridResponseOutput) EndpointType

func (o EventGridResponseOutput) EndpointType() pulumi.StringOutput

The type of Digital Twins endpoint Expected value is 'EventGrid'.

func (EventGridResponseOutput) ProvisioningState

func (o EventGridResponseOutput) ProvisioningState() pulumi.StringOutput

The provisioning state.

func (EventGridResponseOutput) ToEventGridResponseOutput

func (o EventGridResponseOutput) ToEventGridResponseOutput() EventGridResponseOutput

func (EventGridResponseOutput) ToEventGridResponseOutputWithContext

func (o EventGridResponseOutput) ToEventGridResponseOutputWithContext(ctx context.Context) EventGridResponseOutput

func (EventGridResponseOutput) TopicEndpoint

func (o EventGridResponseOutput) TopicEndpoint() pulumi.StringOutput

EventGrid Topic Endpoint

type EventHub

type EventHub struct {
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringPrimaryKey string `pulumi:"connectionStringPrimaryKey"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringSecondaryKey *string `pulumi:"connectionStringSecondaryKey"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret *string `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventHub'.
	EndpointType string `pulumi:"endpointType"`
}

Properties related to EventHub.

type EventHubArgs

type EventHubArgs struct {
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringPrimaryKey pulumi.StringInput `pulumi:"connectionStringPrimaryKey"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringSecondaryKey pulumi.StringPtrInput `pulumi:"connectionStringSecondaryKey"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret pulumi.StringPtrInput `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventHub'.
	EndpointType pulumi.StringInput `pulumi:"endpointType"`
}

Properties related to EventHub.

func (EventHubArgs) ElementType

func (EventHubArgs) ElementType() reflect.Type

func (EventHubArgs) ToEventHubOutput

func (i EventHubArgs) ToEventHubOutput() EventHubOutput

func (EventHubArgs) ToEventHubOutputWithContext

func (i EventHubArgs) ToEventHubOutputWithContext(ctx context.Context) EventHubOutput

type EventHubInput

type EventHubInput interface {
	pulumi.Input

	ToEventHubOutput() EventHubOutput
	ToEventHubOutputWithContext(context.Context) EventHubOutput
}

EventHubInput is an input type that accepts EventHubArgs and EventHubOutput values. You can construct a concrete instance of `EventHubInput` via:

EventHubArgs{...}

type EventHubOutput

type EventHubOutput struct{ *pulumi.OutputState }

Properties related to EventHub.

func (EventHubOutput) ConnectionStringPrimaryKey

func (o EventHubOutput) ConnectionStringPrimaryKey() pulumi.StringOutput

PrimaryConnectionString of the endpoint. Will be obfuscated during read.

func (EventHubOutput) ConnectionStringSecondaryKey

func (o EventHubOutput) ConnectionStringSecondaryKey() pulumi.StringPtrOutput

SecondaryConnectionString of the endpoint. Will be obfuscated during read.

func (EventHubOutput) DeadLetterSecret

func (o EventHubOutput) DeadLetterSecret() pulumi.StringPtrOutput

Dead letter storage secret. Will be obfuscated during read.

func (EventHubOutput) ElementType

func (EventHubOutput) ElementType() reflect.Type

func (EventHubOutput) EndpointType

func (o EventHubOutput) EndpointType() pulumi.StringOutput

The type of Digital Twins endpoint Expected value is 'EventHub'.

func (EventHubOutput) ToEventHubOutput

func (o EventHubOutput) ToEventHubOutput() EventHubOutput

func (EventHubOutput) ToEventHubOutputWithContext

func (o EventHubOutput) ToEventHubOutputWithContext(ctx context.Context) EventHubOutput

type EventHubResponse

type EventHubResponse struct {
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringPrimaryKey string `pulumi:"connectionStringPrimaryKey"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringSecondaryKey *string `pulumi:"connectionStringSecondaryKey"`
	// Time when the Endpoint was added to DigitalTwinsInstance.
	CreatedTime string `pulumi:"createdTime"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret *string `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventHub'.
	EndpointType string `pulumi:"endpointType"`
	// The provisioning state.
	ProvisioningState string `pulumi:"provisioningState"`
}

Properties related to EventHub.

type EventHubResponseArgs

type EventHubResponseArgs struct {
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringPrimaryKey pulumi.StringInput `pulumi:"connectionStringPrimaryKey"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	ConnectionStringSecondaryKey pulumi.StringPtrInput `pulumi:"connectionStringSecondaryKey"`
	// Time when the Endpoint was added to DigitalTwinsInstance.
	CreatedTime pulumi.StringInput `pulumi:"createdTime"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret pulumi.StringPtrInput `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'EventHub'.
	EndpointType pulumi.StringInput `pulumi:"endpointType"`
	// The provisioning state.
	ProvisioningState pulumi.StringInput `pulumi:"provisioningState"`
}

Properties related to EventHub.

func (EventHubResponseArgs) ElementType

func (EventHubResponseArgs) ElementType() reflect.Type

func (EventHubResponseArgs) ToEventHubResponseOutput

func (i EventHubResponseArgs) ToEventHubResponseOutput() EventHubResponseOutput

func (EventHubResponseArgs) ToEventHubResponseOutputWithContext

func (i EventHubResponseArgs) ToEventHubResponseOutputWithContext(ctx context.Context) EventHubResponseOutput

type EventHubResponseInput

type EventHubResponseInput interface {
	pulumi.Input

	ToEventHubResponseOutput() EventHubResponseOutput
	ToEventHubResponseOutputWithContext(context.Context) EventHubResponseOutput
}

EventHubResponseInput is an input type that accepts EventHubResponseArgs and EventHubResponseOutput values. You can construct a concrete instance of `EventHubResponseInput` via:

EventHubResponseArgs{...}

type EventHubResponseOutput

type EventHubResponseOutput struct{ *pulumi.OutputState }

Properties related to EventHub.

func (EventHubResponseOutput) ConnectionStringPrimaryKey

func (o EventHubResponseOutput) ConnectionStringPrimaryKey() pulumi.StringOutput

PrimaryConnectionString of the endpoint. Will be obfuscated during read.

func (EventHubResponseOutput) ConnectionStringSecondaryKey

func (o EventHubResponseOutput) ConnectionStringSecondaryKey() pulumi.StringPtrOutput

SecondaryConnectionString of the endpoint. Will be obfuscated during read.

func (EventHubResponseOutput) CreatedTime

func (o EventHubResponseOutput) CreatedTime() pulumi.StringOutput

Time when the Endpoint was added to DigitalTwinsInstance.

func (EventHubResponseOutput) DeadLetterSecret

func (o EventHubResponseOutput) DeadLetterSecret() pulumi.StringPtrOutput

Dead letter storage secret. Will be obfuscated during read.

func (EventHubResponseOutput) ElementType

func (EventHubResponseOutput) ElementType() reflect.Type

func (EventHubResponseOutput) EndpointType

func (o EventHubResponseOutput) EndpointType() pulumi.StringOutput

The type of Digital Twins endpoint Expected value is 'EventHub'.

func (EventHubResponseOutput) ProvisioningState

func (o EventHubResponseOutput) ProvisioningState() pulumi.StringOutput

The provisioning state.

func (EventHubResponseOutput) ToEventHubResponseOutput

func (o EventHubResponseOutput) ToEventHubResponseOutput() EventHubResponseOutput

func (EventHubResponseOutput) ToEventHubResponseOutputWithContext

func (o EventHubResponseOutput) ToEventHubResponseOutputWithContext(ctx context.Context) EventHubResponseOutput

type LookupDigitalTwinArgs

type LookupDigitalTwinArgs struct {
	// The name of the resource group that contains the DigitalTwinsInstance.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the DigitalTwinsInstance.
	ResourceName string `pulumi:"resourceName"`
}

type LookupDigitalTwinResult

type LookupDigitalTwinResult struct {
	// Time when DigitalTwinsInstance was created.
	CreatedTime string `pulumi:"createdTime"`
	// Api endpoint to work with DigitalTwinsInstance.
	HostName string `pulumi:"hostName"`
	// The resource identifier.
	Id string `pulumi:"id"`
	// Time when DigitalTwinsInstance was updated.
	LastUpdatedTime string `pulumi:"lastUpdatedTime"`
	// The resource location.
	Location string `pulumi:"location"`
	// The resource name.
	Name string `pulumi:"name"`
	// The provisioning state.
	ProvisioningState string `pulumi:"provisioningState"`
	// The resource tags.
	Tags map[string]string `pulumi:"tags"`
	// The resource type.
	Type string `pulumi:"type"`
}

The description of the DigitalTwins service.

type LookupDigitalTwinsEndpointArgs

type LookupDigitalTwinsEndpointArgs struct {
	// Name of Endpoint Resource.
	EndpointName string `pulumi:"endpointName"`
	// The name of the resource group that contains the DigitalTwinsInstance.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the DigitalTwinsInstance.
	ResourceName string `pulumi:"resourceName"`
}

type LookupDigitalTwinsEndpointResult

type LookupDigitalTwinsEndpointResult struct {
	// The resource identifier.
	Id string `pulumi:"id"`
	// Extension resource name.
	Name string `pulumi:"name"`
	// DigitalTwinsInstance endpoint resource properties.
	Properties interface{} `pulumi:"properties"`
	// The resource type.
	Type string `pulumi:"type"`
}

DigitalTwinsInstance endpoint resource.

type ServiceBus

type ServiceBus struct {
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret *string `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'ServiceBus'.
	EndpointType string `pulumi:"endpointType"`
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	PrimaryConnectionString string `pulumi:"primaryConnectionString"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	SecondaryConnectionString *string `pulumi:"secondaryConnectionString"`
}

Properties related to ServiceBus.

type ServiceBusArgs

type ServiceBusArgs struct {
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret pulumi.StringPtrInput `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'ServiceBus'.
	EndpointType pulumi.StringInput `pulumi:"endpointType"`
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	PrimaryConnectionString pulumi.StringInput `pulumi:"primaryConnectionString"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	SecondaryConnectionString pulumi.StringPtrInput `pulumi:"secondaryConnectionString"`
}

Properties related to ServiceBus.

func (ServiceBusArgs) ElementType

func (ServiceBusArgs) ElementType() reflect.Type

func (ServiceBusArgs) ToServiceBusOutput

func (i ServiceBusArgs) ToServiceBusOutput() ServiceBusOutput

func (ServiceBusArgs) ToServiceBusOutputWithContext

func (i ServiceBusArgs) ToServiceBusOutputWithContext(ctx context.Context) ServiceBusOutput

type ServiceBusInput

type ServiceBusInput interface {
	pulumi.Input

	ToServiceBusOutput() ServiceBusOutput
	ToServiceBusOutputWithContext(context.Context) ServiceBusOutput
}

ServiceBusInput is an input type that accepts ServiceBusArgs and ServiceBusOutput values. You can construct a concrete instance of `ServiceBusInput` via:

ServiceBusArgs{...}

type ServiceBusOutput

type ServiceBusOutput struct{ *pulumi.OutputState }

Properties related to ServiceBus.

func (ServiceBusOutput) DeadLetterSecret

func (o ServiceBusOutput) DeadLetterSecret() pulumi.StringPtrOutput

Dead letter storage secret. Will be obfuscated during read.

func (ServiceBusOutput) ElementType

func (ServiceBusOutput) ElementType() reflect.Type

func (ServiceBusOutput) EndpointType

func (o ServiceBusOutput) EndpointType() pulumi.StringOutput

The type of Digital Twins endpoint Expected value is 'ServiceBus'.

func (ServiceBusOutput) PrimaryConnectionString

func (o ServiceBusOutput) PrimaryConnectionString() pulumi.StringOutput

PrimaryConnectionString of the endpoint. Will be obfuscated during read.

func (ServiceBusOutput) SecondaryConnectionString

func (o ServiceBusOutput) SecondaryConnectionString() pulumi.StringPtrOutput

SecondaryConnectionString of the endpoint. Will be obfuscated during read.

func (ServiceBusOutput) ToServiceBusOutput

func (o ServiceBusOutput) ToServiceBusOutput() ServiceBusOutput

func (ServiceBusOutput) ToServiceBusOutputWithContext

func (o ServiceBusOutput) ToServiceBusOutputWithContext(ctx context.Context) ServiceBusOutput

type ServiceBusResponse

type ServiceBusResponse struct {
	// Time when the Endpoint was added to DigitalTwinsInstance.
	CreatedTime string `pulumi:"createdTime"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret *string `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'ServiceBus'.
	EndpointType string `pulumi:"endpointType"`
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	PrimaryConnectionString string `pulumi:"primaryConnectionString"`
	// The provisioning state.
	ProvisioningState string `pulumi:"provisioningState"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	SecondaryConnectionString *string `pulumi:"secondaryConnectionString"`
}

Properties related to ServiceBus.

type ServiceBusResponseArgs

type ServiceBusResponseArgs struct {
	// Time when the Endpoint was added to DigitalTwinsInstance.
	CreatedTime pulumi.StringInput `pulumi:"createdTime"`
	// Dead letter storage secret. Will be obfuscated during read.
	DeadLetterSecret pulumi.StringPtrInput `pulumi:"deadLetterSecret"`
	// The type of Digital Twins endpoint
	// Expected value is 'ServiceBus'.
	EndpointType pulumi.StringInput `pulumi:"endpointType"`
	// PrimaryConnectionString of the endpoint. Will be obfuscated during read.
	PrimaryConnectionString pulumi.StringInput `pulumi:"primaryConnectionString"`
	// The provisioning state.
	ProvisioningState pulumi.StringInput `pulumi:"provisioningState"`
	// SecondaryConnectionString of the endpoint. Will be obfuscated during read.
	SecondaryConnectionString pulumi.StringPtrInput `pulumi:"secondaryConnectionString"`
}

Properties related to ServiceBus.

func (ServiceBusResponseArgs) ElementType

func (ServiceBusResponseArgs) ElementType() reflect.Type

func (ServiceBusResponseArgs) ToServiceBusResponseOutput

func (i ServiceBusResponseArgs) ToServiceBusResponseOutput() ServiceBusResponseOutput

func (ServiceBusResponseArgs) ToServiceBusResponseOutputWithContext

func (i ServiceBusResponseArgs) ToServiceBusResponseOutputWithContext(ctx context.Context) ServiceBusResponseOutput

type ServiceBusResponseInput

type ServiceBusResponseInput interface {
	pulumi.Input

	ToServiceBusResponseOutput() ServiceBusResponseOutput
	ToServiceBusResponseOutputWithContext(context.Context) ServiceBusResponseOutput
}

ServiceBusResponseInput is an input type that accepts ServiceBusResponseArgs and ServiceBusResponseOutput values. You can construct a concrete instance of `ServiceBusResponseInput` via:

ServiceBusResponseArgs{...}

type ServiceBusResponseOutput

type ServiceBusResponseOutput struct{ *pulumi.OutputState }

Properties related to ServiceBus.

func (ServiceBusResponseOutput) CreatedTime

Time when the Endpoint was added to DigitalTwinsInstance.

func (ServiceBusResponseOutput) DeadLetterSecret

func (o ServiceBusResponseOutput) DeadLetterSecret() pulumi.StringPtrOutput

Dead letter storage secret. Will be obfuscated during read.

func (ServiceBusResponseOutput) ElementType

func (ServiceBusResponseOutput) ElementType() reflect.Type

func (ServiceBusResponseOutput) EndpointType

func (o ServiceBusResponseOutput) EndpointType() pulumi.StringOutput

The type of Digital Twins endpoint Expected value is 'ServiceBus'.

func (ServiceBusResponseOutput) PrimaryConnectionString

func (o ServiceBusResponseOutput) PrimaryConnectionString() pulumi.StringOutput

PrimaryConnectionString of the endpoint. Will be obfuscated during read.

func (ServiceBusResponseOutput) ProvisioningState

func (o ServiceBusResponseOutput) ProvisioningState() pulumi.StringOutput

The provisioning state.

func (ServiceBusResponseOutput) SecondaryConnectionString

func (o ServiceBusResponseOutput) SecondaryConnectionString() pulumi.StringPtrOutput

SecondaryConnectionString of the endpoint. Will be obfuscated during read.

func (ServiceBusResponseOutput) ToServiceBusResponseOutput

func (o ServiceBusResponseOutput) ToServiceBusResponseOutput() ServiceBusResponseOutput

func (ServiceBusResponseOutput) ToServiceBusResponseOutputWithContext

func (o ServiceBusResponseOutput) ToServiceBusResponseOutputWithContext(ctx context.Context) ServiceBusResponseOutput

Jump to

Keyboard shortcuts

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