Documentation
¶
Index ¶
- type DigitalTwin
- type DigitalTwinArgs
- type DigitalTwinState
- type DigitalTwinsEndpoint
- type DigitalTwinsEndpointArgs
- type DigitalTwinsEndpointState
- type EventGrid
- type EventGridArgs
- type EventGridInput
- type EventGridOutput
- func (o EventGridOutput) AccessKey1() pulumi.StringOutput
- func (o EventGridOutput) AccessKey2() pulumi.StringPtrOutput
- func (o EventGridOutput) DeadLetterSecret() pulumi.StringPtrOutput
- func (EventGridOutput) ElementType() reflect.Type
- func (o EventGridOutput) EndpointType() pulumi.StringOutput
- func (o EventGridOutput) ToEventGridOutput() EventGridOutput
- func (o EventGridOutput) ToEventGridOutputWithContext(ctx context.Context) EventGridOutput
- func (o EventGridOutput) TopicEndpoint() pulumi.StringOutput
- type EventGridResponse
- type EventGridResponseArgs
- type EventGridResponseInput
- type EventGridResponseOutput
- func (o EventGridResponseOutput) AccessKey1() pulumi.StringOutput
- func (o EventGridResponseOutput) AccessKey2() pulumi.StringPtrOutput
- func (o EventGridResponseOutput) CreatedTime() pulumi.StringOutput
- func (o EventGridResponseOutput) DeadLetterSecret() pulumi.StringPtrOutput
- func (EventGridResponseOutput) ElementType() reflect.Type
- func (o EventGridResponseOutput) EndpointType() pulumi.StringOutput
- func (o EventGridResponseOutput) ProvisioningState() pulumi.StringOutput
- func (o EventGridResponseOutput) ToEventGridResponseOutput() EventGridResponseOutput
- func (o EventGridResponseOutput) ToEventGridResponseOutputWithContext(ctx context.Context) EventGridResponseOutput
- func (o EventGridResponseOutput) TopicEndpoint() pulumi.StringOutput
- type EventHub
- type EventHubArgs
- type EventHubInput
- type EventHubOutput
- func (o EventHubOutput) ConnectionStringPrimaryKey() pulumi.StringOutput
- func (o EventHubOutput) ConnectionStringSecondaryKey() pulumi.StringPtrOutput
- func (o EventHubOutput) DeadLetterSecret() pulumi.StringPtrOutput
- func (EventHubOutput) ElementType() reflect.Type
- func (o EventHubOutput) EndpointType() pulumi.StringOutput
- func (o EventHubOutput) ToEventHubOutput() EventHubOutput
- func (o EventHubOutput) ToEventHubOutputWithContext(ctx context.Context) EventHubOutput
- type EventHubResponse
- type EventHubResponseArgs
- type EventHubResponseInput
- type EventHubResponseOutput
- func (o EventHubResponseOutput) ConnectionStringPrimaryKey() pulumi.StringOutput
- func (o EventHubResponseOutput) ConnectionStringSecondaryKey() pulumi.StringPtrOutput
- func (o EventHubResponseOutput) CreatedTime() pulumi.StringOutput
- func (o EventHubResponseOutput) DeadLetterSecret() pulumi.StringPtrOutput
- func (EventHubResponseOutput) ElementType() reflect.Type
- func (o EventHubResponseOutput) EndpointType() pulumi.StringOutput
- func (o EventHubResponseOutput) ProvisioningState() pulumi.StringOutput
- func (o EventHubResponseOutput) ToEventHubResponseOutput() EventHubResponseOutput
- func (o EventHubResponseOutput) ToEventHubResponseOutputWithContext(ctx context.Context) EventHubResponseOutput
- type LookupDigitalTwinArgs
- type LookupDigitalTwinResult
- type LookupDigitalTwinsEndpointArgs
- type LookupDigitalTwinsEndpointResult
- type ServiceBus
- type ServiceBusArgs
- type ServiceBusInput
- type ServiceBusOutput
- func (o ServiceBusOutput) DeadLetterSecret() pulumi.StringPtrOutput
- func (ServiceBusOutput) ElementType() reflect.Type
- func (o ServiceBusOutput) EndpointType() pulumi.StringOutput
- func (o ServiceBusOutput) PrimaryConnectionString() pulumi.StringOutput
- func (o ServiceBusOutput) SecondaryConnectionString() pulumi.StringPtrOutput
- func (o ServiceBusOutput) ToServiceBusOutput() ServiceBusOutput
- func (o ServiceBusOutput) ToServiceBusOutputWithContext(ctx context.Context) ServiceBusOutput
- type ServiceBusResponse
- type ServiceBusResponseArgs
- type ServiceBusResponseInput
- type ServiceBusResponseOutput
- func (o ServiceBusResponseOutput) CreatedTime() pulumi.StringOutput
- func (o ServiceBusResponseOutput) DeadLetterSecret() pulumi.StringPtrOutput
- func (ServiceBusResponseOutput) ElementType() reflect.Type
- func (o ServiceBusResponseOutput) EndpointType() pulumi.StringOutput
- func (o ServiceBusResponseOutput) PrimaryConnectionString() pulumi.StringOutput
- func (o ServiceBusResponseOutput) ProvisioningState() pulumi.StringOutput
- func (o ServiceBusResponseOutput) SecondaryConnectionString() pulumi.StringPtrOutput
- func (o ServiceBusResponseOutput) ToServiceBusResponseOutput() ServiceBusResponseOutput
- func (o ServiceBusResponseOutput) ToServiceBusResponseOutputWithContext(ctx context.Context) ServiceBusResponseOutput
Constants ¶
This section is empty.
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.
type DigitalTwinArgs ¶
type DigitalTwinArgs struct { // The resource location. Location pulumi.StringInput // 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 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.
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 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 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 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 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
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 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 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 ¶
func (o EventGridResponseOutput) AccessKey1() pulumi.StringOutput
EventGrid secondary accesskey. Will be obfuscated during read.
func (EventGridResponseOutput) AccessKey2 ¶
func (o EventGridResponseOutput) AccessKey2() pulumi.StringPtrOutput
EventGrid secondary accesskey. Will be obfuscated during read.
func (EventGridResponseOutput) CreatedTime ¶
func (o EventGridResponseOutput) CreatedTime() pulumi.StringOutput
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
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 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 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
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 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 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
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 LookupDigitalTwinResult ¶
type LookupDigitalTwinResult struct { // Time when DigitalTwinsInstance was created. CreatedTime string `pulumi:"createdTime"` // Api endpoint to work with DigitalTwinsInstance. HostName string `pulumi:"hostName"` // 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.
func LookupDigitalTwin ¶
func LookupDigitalTwin(ctx *pulumi.Context, args *LookupDigitalTwinArgs, opts ...pulumi.InvokeOption) (*LookupDigitalTwinResult, error)
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 { // 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.
func LookupDigitalTwinsEndpoint ¶
func LookupDigitalTwinsEndpoint(ctx *pulumi.Context, args *LookupDigitalTwinsEndpointArgs, opts ...pulumi.InvokeOption) (*LookupDigitalTwinsEndpointResult, error)
type ServiceBus ¶
type ServiceBus struct { // Dead letter storage secret. Will be obfuscated during read. DeadLetterSecret *string `pulumi:"deadLetterSecret"` // The type of Digital Twins endpoint 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 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
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 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 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 ¶
func (o ServiceBusResponseOutput) CreatedTime() pulumi.StringOutput
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
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