These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.timeseriesinsights.getGen1Environment
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the environment with the specified name in the specified subscription and resource group. API Version: 2020-05-15.
Using getGen1Environment
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 getGen1Environment(args: GetGen1EnvironmentArgs, opts?: InvokeOptions): Promise<GetGen1EnvironmentResult>
function getGen1EnvironmentOutput(args: GetGen1EnvironmentOutputArgs, opts?: InvokeOptions): Output<GetGen1EnvironmentResult>
def get_gen1_environment(environment_name: Optional[str] = None,
expand: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGen1EnvironmentResult
def get_gen1_environment_output(environment_name: Optional[pulumi.Input[str]] = None,
expand: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGen1EnvironmentResult]
func LookupGen1Environment(ctx *Context, args *LookupGen1EnvironmentArgs, opts ...InvokeOption) (*LookupGen1EnvironmentResult, error)
func LookupGen1EnvironmentOutput(ctx *Context, args *LookupGen1EnvironmentOutputArgs, opts ...InvokeOption) LookupGen1EnvironmentResultOutput
> Note: This function is named LookupGen1Environment
in the Go SDK.
public static class GetGen1Environment
{
public static Task<GetGen1EnvironmentResult> InvokeAsync(GetGen1EnvironmentArgs args, InvokeOptions? opts = null)
public static Output<GetGen1EnvironmentResult> Invoke(GetGen1EnvironmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGen1EnvironmentResult> getGen1Environment(GetGen1EnvironmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:timeseriesinsights:getGen1Environment
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.
- Resource
Group stringName - Name of an Azure Resource group.
- Expand string
- Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service.
- Environment
Name string - The name of the Time Series Insights environment associated with the specified resource group.
- Resource
Group stringName - Name of an Azure Resource group.
- Expand string
- Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service.
- environment
Name String - The name of the Time Series Insights environment associated with the specified resource group.
- resource
Group StringName - Name of an Azure Resource group.
- expand String
- Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service.
- environment
Name string - The name of the Time Series Insights environment associated with the specified resource group.
- resource
Group stringName - Name of an Azure Resource group.
- expand string
- Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service.
- environment_
name str - The name of the Time Series Insights environment associated with the specified resource group.
- resource_
group_ strname - Name of an Azure Resource group.
- expand str
- Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service.
- environment
Name String - The name of the Time Series Insights environment associated with the specified resource group.
- resource
Group StringName - Name of an Azure Resource group.
- expand String
- Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service.
getGen1Environment Result
The following output properties are available:
- Creation
Time string - The time the resource was created.
- Data
Access stringFqdn - The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- Data
Access stringId - An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- Data
Retention stringTime - ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
- Id string
- Resource Id
- Location string
- Resource location
- Name string
- Resource name
- Provisioning
State string - Provisioning state of the resource.
- Sku
Pulumi.
Azure Native. Time Series Insights. Outputs. Sku Response - The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
- Status
Pulumi.
Azure Native. Time Series Insights. Outputs. Environment Status Response - An object that represents the status of the environment, and its internal state in the Time Series Insights service.
- Type string
- Resource type
- Partition
Key List<Pulumi.Properties Azure Native. Time Series Insights. Outputs. Time Series Id Property Response> - The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
- Storage
Limit stringExceeded Behavior - The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.
- Dictionary<string, string>
- Resource tags
- Creation
Time string - The time the resource was created.
- Data
Access stringFqdn - The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- Data
Access stringId - An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- Data
Retention stringTime - ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
- Id string
- Resource Id
- Location string
- Resource location
- Name string
- Resource name
- Provisioning
State string - Provisioning state of the resource.
- Sku
Sku
Response - The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
- Status
Environment
Status Response - An object that represents the status of the environment, and its internal state in the Time Series Insights service.
- Type string
- Resource type
- Partition
Key []TimeProperties Series Id Property Response - The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
- Storage
Limit stringExceeded Behavior - The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.
- map[string]string
- Resource tags
- creation
Time String - The time the resource was created.
- data
Access StringFqdn - The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data
Access StringId - An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data
Retention StringTime - ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
- id String
- Resource Id
- location String
- Resource location
- name String
- Resource name
- provisioning
State String - Provisioning state of the resource.
- sku
Sku
Response - The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
- status
Environment
Status Response - An object that represents the status of the environment, and its internal state in the Time Series Insights service.
- type String
- Resource type
- partition
Key List<TimeProperties Series Id Property Response> - The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
- storage
Limit StringExceeded Behavior - The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.
- Map<String,String>
- Resource tags
- creation
Time string - The time the resource was created.
- data
Access stringFqdn - The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data
Access stringId - An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data
Retention stringTime - ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
- id string
- Resource Id
- location string
- Resource location
- name string
- Resource name
- provisioning
State string - Provisioning state of the resource.
- sku
Sku
Response - The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
- status
Environment
Status Response - An object that represents the status of the environment, and its internal state in the Time Series Insights service.
- type string
- Resource type
- partition
Key TimeProperties Series Id Property Response[] - The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
- storage
Limit stringExceeded Behavior - The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.
- {[key: string]: string}
- Resource tags
- creation_
time str - The time the resource was created.
- data_
access_ strfqdn - The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data_
access_ strid - An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data_
retention_ strtime - ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
- id str
- Resource Id
- location str
- Resource location
- name str
- Resource name
- provisioning_
state str - Provisioning state of the resource.
- sku
Sku
Response - The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
- status
Environment
Status Response - An object that represents the status of the environment, and its internal state in the Time Series Insights service.
- type str
- Resource type
- partition_
key_ Sequence[Timeproperties Series Id Property Response] - The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
- storage_
limit_ strexceeded_ behavior - The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.
- Mapping[str, str]
- Resource tags
- creation
Time String - The time the resource was created.
- data
Access StringFqdn - The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data
Access StringId - An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
- data
Retention StringTime - ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.
- id String
- Resource Id
- location String
- Resource location
- name String
- Resource name
- provisioning
State String - Provisioning state of the resource.
- sku Property Map
- The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
- status Property Map
- An object that represents the status of the environment, and its internal state in the Time Series Insights service.
- type String
- Resource type
- partition
Key List<Property Map>Properties - The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.
- storage
Limit StringExceeded Behavior - The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.
- Map<String>
- Resource tags
Supporting Types
EnvironmentStateDetailsResponse
EnvironmentStatusResponse
- Ingress
Pulumi.
Azure Native. Time Series Insights. Inputs. Ingress Environment Status Response - An object that represents the status of ingress on an environment.
- Warm
Storage Pulumi.Azure Native. Time Series Insights. Inputs. Warm Storage Environment Status Response - An object that represents the status of warm storage on an environment.
- Ingress
Ingress
Environment Status Response - An object that represents the status of ingress on an environment.
- Warm
Storage WarmStorage Environment Status Response - An object that represents the status of warm storage on an environment.
- ingress
Ingress
Environment Status Response - An object that represents the status of ingress on an environment.
- warm
Storage WarmStorage Environment Status Response - An object that represents the status of warm storage on an environment.
- ingress
Ingress
Environment Status Response - An object that represents the status of ingress on an environment.
- warm
Storage WarmStorage Environment Status Response - An object that represents the status of warm storage on an environment.
- ingress
Ingress
Environment Status Response - An object that represents the status of ingress on an environment.
- warm_
storage WarmStorage Environment Status Response - An object that represents the status of warm storage on an environment.
- ingress Property Map
- An object that represents the status of ingress on an environment.
- warm
Storage Property Map - An object that represents the status of warm storage on an environment.
IngressEnvironmentStatusResponse
- State
Details Pulumi.Azure Native. Time Series Insights. Inputs. Environment State Details Response - An object that contains the details about an environment's state.
- State string
- This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"
- State
Details EnvironmentState Details Response - An object that contains the details about an environment's state.
- State string
- This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"
- state
Details EnvironmentState Details Response - An object that contains the details about an environment's state.
- state String
- This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"
- state
Details EnvironmentState Details Response - An object that contains the details about an environment's state.
- state string
- This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"
- state_
details EnvironmentState Details Response - An object that contains the details about an environment's state.
- state str
- This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"
- state
Details Property Map - An object that contains the details about an environment's state.
- state String
- This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"
SkuResponse
TimeSeriesIdPropertyResponse
WarmStorageEnvironmentStatusResponse
- Current
Count int - A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU
- Max
Count int - A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
- State string
- This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
- Current
Count int - A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU
- Max
Count int - A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
- State string
- This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
- current
Count Integer - A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU
- max
Count Integer - A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
- state String
- This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
- current
Count number - A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU
- max
Count number - A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
- state string
- This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
- current_
count int - A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU
- max_
count int - A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
- state str
- This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
- current
Count Number - A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU
- max
Count Number - A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
- state String
- This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi