azure-native.timeseriesinsights.getEventSource
Deprecated:
Please use one of the variants: EventHubEventSource, IoTHubEventSource.
An environment receives data from one or more event sources. Each event source has associated connection info that allows the Time Series Insights ingress pipeline to connect to and pull data from the event source API Version: 2020-05-15.
Using getEventSource
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEventSource(args: GetEventSourceArgs, opts?: InvokeOptions): Promise<GetEventSourceResult>
function getEventSourceOutput(args: GetEventSourceOutputArgs, opts?: InvokeOptions): Output<GetEventSourceResult>
def get_event_source(environment_name: Optional[str] = None,
event_source_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEventSourceResult
def get_event_source_output(environment_name: Optional[pulumi.Input[str]] = None,
event_source_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEventSourceResult]
func LookupEventSource(ctx *Context, args *LookupEventSourceArgs, opts ...InvokeOption) (*LookupEventSourceResult, error)
func LookupEventSourceOutput(ctx *Context, args *LookupEventSourceOutputArgs, opts ...InvokeOption) LookupEventSourceResultOutput
> Note: This function is named LookupEventSource
in the Go SDK.
public static class GetEventSource
{
public static Task<GetEventSourceResult> InvokeAsync(GetEventSourceArgs args, InvokeOptions? opts = null)
public static Output<GetEventSourceResult> Invoke(GetEventSourceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEventSourceResult> getEventSource(GetEventSourceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:timeseriesinsights:getEventSource
arguments:
# arguments dictionary
The following arguments are supported:
- Environment
Name string The name of the Time Series Insights environment associated with the specified resource group.
- Event
Source stringName The name of the Time Series Insights event source associated with the specified environment.
- Resource
Group stringName Name of an Azure Resource group.
- Environment
Name string The name of the Time Series Insights environment associated with the specified resource group.
- Event
Source stringName The name of the Time Series Insights event source associated with the specified environment.
- Resource
Group stringName Name of an Azure Resource group.
- environment
Name String The name of the Time Series Insights environment associated with the specified resource group.
- event
Source StringName The name of the Time Series Insights event source associated with the specified environment.
- resource
Group StringName Name of an Azure Resource group.
- environment
Name string The name of the Time Series Insights environment associated with the specified resource group.
- event
Source stringName The name of the Time Series Insights event source associated with the specified environment.
- resource
Group stringName Name of an Azure Resource group.
- environment_
name str The name of the Time Series Insights environment associated with the specified resource group.
- event_
source_ strname The name of the Time Series Insights event source associated with the specified environment.
- resource_
group_ strname Name of an Azure Resource group.
- environment
Name String The name of the Time Series Insights environment associated with the specified resource group.
- event
Source StringName The name of the Time Series Insights event source associated with the specified environment.
- resource
Group StringName Name of an Azure Resource group.
getEventSource Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0