你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGen1EnvironmentResourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentResourcePropertiesTypeConverter))]
public interface IGen1EnvironmentResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen1EnvironmentCreationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentResourcePropertiesTypeConverter))>]
type IGen1EnvironmentResourceProperties = interface
    interface IJsonSerializable
    interface IGen1EnvironmentCreationProperties
    interface IEnvironmentResourceProperties
    interface IResourceProperties
Public Interface IGen1EnvironmentResourceProperties
Implements IEnvironmentResourceProperties, IGen1EnvironmentCreationProperties
Derived
Attributes
Implements

Properties

CreationTime

The time the resource was created.

(Inherited from IResourceProperties)
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.

(Inherited from IEnvironmentResourceProperties)
DataAccessId

An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.

(Inherited from IEnvironmentResourceProperties)
DataRetentionTime

ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.

(Inherited from IGen1EnvironmentCreationProperties)
IngressState

This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"

(Inherited from IEnvironmentResourceProperties)
PartitionKeyProperty

The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.

(Inherited from IGen1EnvironmentCreationProperties)
PropertyUsageState

This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".

(Inherited from IEnvironmentResourceProperties)
ProvisioningState

Provisioning state of the resource.

(Inherited from IResourceProperties)
StateDetailCode

Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases.

(Inherited from IEnvironmentResourceProperties)
StateDetailCurrentCount

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

(Inherited from IEnvironmentResourceProperties)
StateDetailMaxCount

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.

(Inherited from IEnvironmentResourceProperties)
StateDetailMessage

A message that describes the state in detail.

(Inherited from IEnvironmentResourceProperties)
StorageLimitExceededBehavior

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.

(Inherited from IGen1EnvironmentCreationProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to