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

EnvironmentCreateOrUpdateParameters Class

Definition

Parameters supplied to the CreateOrUpdate Environment operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EnvironmentCreateOrUpdateParametersTypeConverter))]
public class EnvironmentCreateOrUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentCreateOrUpdateParameters, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EnvironmentCreateOrUpdateParametersTypeConverter))>]
type EnvironmentCreateOrUpdateParameters = class
    interface IEnvironmentCreateOrUpdateParameters
    interface IJsonSerializable
    interface ICreateOrUpdateTrackedResourceProperties
    interface IValidates
Public Class EnvironmentCreateOrUpdateParameters
Implements IEnvironmentCreateOrUpdateParameters, IValidates
Inheritance
EnvironmentCreateOrUpdateParameters
Attributes
Implements

Constructors

EnvironmentCreateOrUpdateParameters()

Creates an new EnvironmentCreateOrUpdateParameters instance.

Properties

Kind

The kind of the environment.

Location

The location 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.

SkuName

The name of this SKU.

Tag

Key-value pairs of additional properties for the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnvironmentCreateOrUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnvironmentCreateOrUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentCreateOrUpdateParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEnvironmentCreateOrUpdateParameters interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of EnvironmentCreateOrUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnvironmentCreateOrUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to