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.CreateOrUpdateTrackedResourcePropertiesEnvironmentCreateOrUpdateParameters
Constructor
EnvironmentCreateOrUpdateParameters(*, location: str, sku: azure.mgmt.timeseriesinsights.models._models_py3.Sku, tags: Optional[Dict[str, str]] = None, **kwargs)
Parameters
A set of tags. Key-value pairs of additional properties for the resource.
- kind
- str or EnvironmentKind
Required. The kind of the environment.Constant filled by server. Possible values include: "Gen1", "Gen2".
- sku
- Sku
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.
Feedback
Submit and view feedback for