EnvironmentCreateOrUpdateParameters Class

Parameters supplied to the CreateOrUpdate Environment operation.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: Gen1EnvironmentCreateOrUpdateParameters, Gen2EnvironmentCreateOrUpdateParameters.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.timeseriesinsights.models._models_py3.CreateOrUpdateTrackedResourceProperties
EnvironmentCreateOrUpdateParameters

Constructor

EnvironmentCreateOrUpdateParameters(*, location: str, sku: azure.mgmt.timeseriesinsights.models._models_py3.Sku, tags: Optional[Dict[str, str]] = None, **kwargs)

Parameters

location
str
Required

Required. The location of the resource.

tags
dict[str, str]
Required

A set of tags. Key-value pairs of additional properties for the resource.

kind
str or EnvironmentKind
Required

Required. The kind of the environment.Constant filled by server. Possible values include: "Gen1", "Gen2".

sku
Sku
Required

Required. The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.