Gen2EnvironmentResourceProperties interface
Properties of the Gen2 environment.
- Extends
Properties
| private |
The list of private endpoint connections to the environment. NOTE: This property will not be serialized. It can only be populated by the server. |
| public |
If 'enabled', public network access is allowed. If 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. |
| storage |
The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data. |
| time |
The list of event properties which will be used to define the environment's time series id. |
| warm |
The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query. |
Inherited Properties
| creation |
The time the resource was created. NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| status | An object that represents the status of the environment, and its internal state in the Time Series Insights service. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
privateEndpointConnections
The list of private endpoint connections to the environment. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
publicNetworkAccess
If 'enabled', public network access is allowed. If 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
publicNetworkAccess?: string
Property Value
string
storageConfiguration
The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.
storageConfiguration: Gen2StorageConfigurationOutput
Property Value
timeSeriesIdProperties
The list of event properties which will be used to define the environment's time series id.
timeSeriesIdProperties: TimeSeriesIdProperty[]
Property Value
warmStoreConfiguration
The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.
warmStoreConfiguration?: WarmStoreConfigurationProperties
Property Value
Inherited Property Details
creationTime
The time the resource was created. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
Inherited From EnvironmentResourceProperties.creationTime
dataAccessFqdn
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. NOTE: This property will not be serialized. It can only be populated by the server.
dataAccessFqdn?: string
Property Value
string
Inherited From EnvironmentResourceProperties.dataAccessFqdn
dataAccessId
An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment. NOTE: This property will not be serialized. It can only be populated by the server.
dataAccessId?: string
Property Value
string
Inherited From EnvironmentResourceProperties.dataAccessId
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From EnvironmentResourceProperties.provisioningState
status
An object that represents the status of the environment, and its internal state in the Time Series Insights service. NOTE: This property will not be serialized. It can only be populated by the server.
status?: EnvironmentStatus
Property Value
Inherited From EnvironmentResourceProperties.status