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

IEnvironmentResource Interface

Definition

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

Properties

Id

Resource Id

(Inherited from IResource)
Kind

The kind of the environment.

Location

Resource location

(Inherited from ITrackedResource)
Name

Resource name

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

SkuName

The name of this SKU.

Tag

Resource tags

(Inherited from ITrackedResource)
Type

Resource type

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to