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

IGen1EnvironmentResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentResourceTypeConverter))]
public interface IGen1EnvironmentResource : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen1EnvironmentResourceTypeConverter))>]
type IGen1EnvironmentResource = interface
    interface IJsonSerializable
    interface IEnvironmentResource
    interface ITrackedResource
    interface IResource
Public Interface IGen1EnvironmentResource
Implements IEnvironmentResource
Derived
Attributes
Implements

Properties

CreationTime

The time the resource was created.

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.

DataAccessId

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

DataRetentionTime

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

Id

Resource Id

(Inherited from IResource)
IngressState

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

Kind

The kind of the environment.

(Inherited from IEnvironmentResource)
Location

Resource location

(Inherited from ITrackedResource)
Name

Resource name

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

PropertyUsageState

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

ProvisioningState

Provisioning state of the resource.

SkuCapacity

The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created.

(Inherited from IEnvironmentResource)
SkuName

The name of this SKU.

(Inherited from IEnvironmentResource)
StateDetailCode

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

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

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.

StateDetailMessage

A message that describes the state in detail.

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.

Tag

Resource tags

(Inherited from ITrackedResource)
Type

Resource type

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to