EnvironmentCreateOrUpdateParameters interface

Parameters supplied to the CreateOrUpdate Environment operation.

Extends

Properties

kind

The kind of the environment.

sku

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.

Inherited Properties

location

The location of the resource.

tags

Key-value pairs of additional properties for the resource.

Property Details

kind

The kind of the environment.

kind: string

Property Value

string

sku

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.

sku: Sku

Property Value

Sku

Inherited Property Details

location

The location of the resource.

location: string

Property Value

string

Inherited From CreateOrUpdateTrackedResourceProperties.location

tags

Key-value pairs of additional properties for the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From CreateOrUpdateTrackedResourceProperties.tags