Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-timeseriesinsights

Package version

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

AccessPoliciesCreateOrUpdateResponse

AccessPoliciesCreateOrUpdateResponse: AccessPolicyResource

Contains response data for the createOrUpdate operation.

AccessPoliciesGetResponse

AccessPoliciesGetResponse: AccessPolicyResource

Contains response data for the get operation.

AccessPoliciesListByEnvironmentResponse

AccessPoliciesListByEnvironmentResponse: AccessPolicyListResponse

Contains response data for the listByEnvironment operation.

AccessPoliciesUpdateResponse

AccessPoliciesUpdateResponse: AccessPolicyResource

Contains response data for the update operation.

AccessPolicyResource

AccessPolicyResource: Resource & { description?: undefined | string; principalObjectId?: undefined | string; roles?: AccessPolicyRole[] }

An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs.

AccessPolicyRole

AccessPolicyRole: string

Defines values for AccessPolicyRole.
KnownAccessPolicyRole can be used interchangeably with AccessPolicyRole, this enum contains the known values that the service supports.

Known values supported by the service

Reader
Contributor

AzureEventSourceProperties

AzureEventSourceProperties: EventSourceCommonProperties & { eventSourceResourceId: string }

Properties of an event source that reads events from an event broker in Azure.

DataStringComparisonBehavior

DataStringComparisonBehavior: string

Defines values for DataStringComparisonBehavior.
KnownDataStringComparisonBehavior can be used interchangeably with DataStringComparisonBehavior, this enum contains the known values that the service supports.

Known values supported by the service

Ordinal
OrdinalIgnoreCase

EnvironmentCreateOrUpdateParameters

EnvironmentCreateOrUpdateParameters: CreateOrUpdateTrackedResourceProperties & { kind: EnvironmentKind; sku: Sku }

Parameters supplied to the CreateOrUpdate Environment operation.

EnvironmentCreateOrUpdateParametersUnion

EnvironmentKind

EnvironmentKind: string

Defines values for EnvironmentKind.
KnownEnvironmentKind can be used interchangeably with EnvironmentKind, this enum contains the known values that the service supports.

Known values supported by the service

Gen1
Gen2

EnvironmentResource

EnvironmentResource: TrackedResource & { kind: EnvironmentResourceKind; sku: Sku }

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource.

EnvironmentResourceKind

EnvironmentResourceKind: string

Defines values for EnvironmentResourceKind.
KnownEnvironmentResourceKind can be used interchangeably with EnvironmentResourceKind, this enum contains the known values that the service supports.

Known values supported by the service

Gen1
Gen2

EnvironmentResourceProperties

EnvironmentResourceProperties: ResourceProperties & { dataAccessFqdn?: undefined | string; dataAccessId?: undefined | string; status?: EnvironmentStatus }

Properties of the environment.

EnvironmentResourceUnion

EnvironmentUpdateParametersUnion

EnvironmentsCreateOrUpdateResponse

EnvironmentsCreateOrUpdateResponse: EnvironmentResourceUnion

Contains response data for the createOrUpdate operation.

EnvironmentsGetResponse

EnvironmentsGetResponse: EnvironmentResourceUnion

Contains response data for the get operation.

EnvironmentsListByResourceGroupResponse

EnvironmentsListByResourceGroupResponse: EnvironmentListResponse

Contains response data for the listByResourceGroup operation.

EnvironmentsListBySubscriptionResponse

EnvironmentsListBySubscriptionResponse: EnvironmentListResponse

Contains response data for the listBySubscription operation.

EnvironmentsUpdateResponse

EnvironmentsUpdateResponse: EnvironmentResourceUnion

Contains response data for the update operation.

EventHubEventSourceCommonProperties

EventHubEventSourceCommonProperties: AzureEventSourceProperties & { consumerGroupName: string; eventHubName: string; keyName: string; serviceBusNamespace: string }

Properties of the EventHub event source.

EventHubEventSourceCreateOrUpdateParameters

EventHubEventSourceCreateOrUpdateParameters: EventSourceCreateOrUpdateParameters & { consumerGroupName: string; creationTime?: Date; eventHubName: string; eventSourceResourceId: string; keyName: string; localTimestampPropertiesLocalTimestamp?: LocalTimestamp; provisioningState?: ProvisioningState; serviceBusNamespace: string; sharedAccessKey: string; time?: undefined | string; timestampPropertyName?: undefined | string; type?: IngressStartAtType }

Parameters supplied to the Create or Update Event Source operation for an EventHub event source.

EventHubEventSourceCreationProperties

EventHubEventSourceCreationProperties: EventHubEventSourceCommonProperties & { sharedAccessKey: string }

Properties of the EventHub event source that are required on create or update requests.

EventHubEventSourceMutableProperties

EventHubEventSourceMutableProperties: EventSourceMutableProperties & { sharedAccessKey?: undefined | string }

An object that represents a set of mutable EventHub event source resource properties.

EventHubEventSourceResource

EventHubEventSourceResource: EventSourceResource & { consumerGroupName: string; creationTime?: Date; eventHubName: string; eventSourceResourceId: string; keyName: string; localTimestamp?: LocalTimestamp; provisioningState?: ProvisioningState; serviceBusNamespace: string; time?: undefined | string; timestampPropertyName?: undefined | string; typePropertiesIngressStartAtType?: IngressStartAtType }

An event source that receives its data from an Azure EventHub.

EventHubEventSourceResourceProperties

EventHubEventSourceResourceProperties: EventHubEventSourceCommonProperties & {}

Properties of the EventHub event source resource.

EventHubEventSourceUpdateParameters

EventHubEventSourceUpdateParameters: EventSourceUpdateParameters & { kind: "Microsoft.EventHub"; sharedAccessKey?: undefined | string; timestampPropertyName?: undefined | string }

Parameters supplied to the Update Event Source operation to update an EventHub event source.

EventSourceCommonProperties

EventSourceCommonProperties: ResourceProperties & { localTimestamp?: LocalTimestamp; time?: undefined | string; timestampPropertyName?: undefined | string; type?: IngressStartAtType }

Properties of the event source.

EventSourceCreateOrUpdateParameters

EventSourceCreateOrUpdateParameters: CreateOrUpdateTrackedResourceProperties & { kind: EventSourceKind; localTimestamp?: LocalTimestamp }

Parameters supplied to the Create or Update Event Source operation.

EventSourceCreateOrUpdateParametersUnion

EventSourceKind

EventSourceKind: string

Defines values for EventSourceKind.
KnownEventSourceKind can be used interchangeably with EventSourceKind, this enum contains the known values that the service supports.

Known values supported by the service

Microsoft.EventHub
Microsoft.IoTHub

EventSourceResource

EventSourceResource: TrackedResource & { kind: EventSourceResourceKind }

An environment receives data from one or more event sources. Each event source has associated connection info that allows the Time Series Insights ingress pipeline to connect to and pull data from the event source

EventSourceResourceKind

EventSourceResourceKind: string

Defines values for EventSourceResourceKind.
KnownEventSourceResourceKind can be used interchangeably with EventSourceResourceKind, this enum contains the known values that the service supports.

Known values supported by the service

Microsoft.EventHub
Microsoft.IoTHub

EventSourceResourceUnion

EventSourceUpdateParametersUnion

EventSourcesCreateOrUpdateResponse

EventSourcesCreateOrUpdateResponse: EventSourceResourceUnion

Contains response data for the createOrUpdate operation.

EventSourcesGetResponse

EventSourcesGetResponse: EventSourceResourceUnion

Contains response data for the get operation.

EventSourcesListByEnvironmentResponse

EventSourcesListByEnvironmentResponse: EventSourceListResponse

Contains response data for the listByEnvironment operation.

EventSourcesUpdateResponse

EventSourcesUpdateResponse: EventSourceResourceUnion

Contains response data for the update operation.

Gen1EnvironmentCreateOrUpdateParameters

Gen1EnvironmentCreateOrUpdateParameters: EnvironmentCreateOrUpdateParameters & { dataRetentionTime: string; partitionKeyProperties?: TimeSeriesIdProperty[]; storageLimitExceededBehavior?: StorageLimitExceededBehavior }

Parameters supplied to the Create or Update Environment operation for a Gen1 environment.

Gen1EnvironmentResource

Gen1EnvironmentResource: EnvironmentResource & { creationTime?: Date; dataAccessFqdn?: undefined | string; dataAccessId?: undefined | string; dataRetentionTime: string; partitionKeyProperties?: TimeSeriesIdProperty[]; provisioningState?: ProvisioningState; status?: EnvironmentStatus; storageLimitExceededBehavior?: StorageLimitExceededBehavior }

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen1 environments have data retention limits.

Gen1EnvironmentResourceProperties

Gen1EnvironmentResourceProperties: Gen1EnvironmentCreationProperties & EnvironmentResourceProperties & {}

Properties of the Gen1 environment.

Gen1EnvironmentUpdateParameters

Gen1EnvironmentUpdateParameters: EnvironmentUpdateParameters & { dataRetentionTime?: undefined | string; kind: "Gen1"; sku?: Sku; storageLimitExceededBehavior?: StorageLimitExceededBehavior }

Parameters supplied to the Update Environment operation to update a Gen1 environment.

Gen2EnvironmentCreateOrUpdateParameters

Gen2EnvironmentCreateOrUpdateParameters: EnvironmentCreateOrUpdateParameters & { privateEndpointConnections?: PrivateEndpointConnection[]; publicNetworkAccess?: PublicNetworkAccess; storageConfiguration: Gen2StorageConfigurationInput; timeSeriesIdProperties: TimeSeriesIdProperty[]; warmStoreConfiguration?: WarmStoreConfigurationProperties }

Parameters supplied to the Create or Update Environment operation for a Gen2 environment.

Gen2EnvironmentResource

Gen2EnvironmentResource: EnvironmentResource & { creationTime?: Date; dataAccessFqdn?: undefined | string; dataAccessId?: undefined | string; privateEndpointConnections?: PrivateEndpointConnection[]; provisioningState?: ProvisioningState; publicNetworkAccess?: PublicNetworkAccess; status?: EnvironmentStatus; storageConfiguration: Gen2StorageConfigurationOutput; timeSeriesIdProperties: TimeSeriesIdProperty[]; warmStoreConfiguration?: WarmStoreConfigurationProperties }

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen2 environments do not have set data retention limits.

Gen2EnvironmentResourceProperties

Gen2EnvironmentResourceProperties: EnvironmentResourceProperties & { privateEndpointConnections?: PrivateEndpointConnection[]; publicNetworkAccess?: PublicNetworkAccess; storageConfiguration: Gen2StorageConfigurationOutput; timeSeriesIdProperties: TimeSeriesIdProperty[]; warmStoreConfiguration?: WarmStoreConfigurationProperties }

Properties of the Gen2 environment.

Gen2EnvironmentUpdateParameters

Gen2EnvironmentUpdateParameters: EnvironmentUpdateParameters & { kind: "Gen2"; storageConfiguration?: Gen2StorageConfigurationMutableProperties; warmStoreConfiguration?: WarmStoreConfigurationProperties }

Parameters supplied to the Update Environment operation to update a Gen2 environment.

IngressStartAtType

IngressStartAtType: string

Defines values for IngressStartAtType.
KnownIngressStartAtType can be used interchangeably with IngressStartAtType, this enum contains the known values that the service supports.

Known values supported by the service

EarliestAvailable
EventSourceCreationTime
CustomEnqueuedTime

IngressState

IngressState: string

Defines values for IngressState.
KnownIngressState can be used interchangeably with IngressState, this enum contains the known values that the service supports.

Known values supported by the service

Disabled
Ready
Running
Paused
Unknown

IoTHubEventSourceCommonProperties

IoTHubEventSourceCommonProperties: AzureEventSourceProperties & { consumerGroupName: string; iotHubName: string; keyName: string }

Properties of the IoTHub event source.

IoTHubEventSourceCreateOrUpdateParameters

IoTHubEventSourceCreateOrUpdateParameters: EventSourceCreateOrUpdateParameters & { consumerGroupName: string; creationTime?: Date; eventSourceResourceId: string; iotHubName: string; keyName: string; localTimestampPropertiesLocalTimestamp?: LocalTimestamp; provisioningState?: ProvisioningState; sharedAccessKey: string; time?: undefined | string; timestampPropertyName?: undefined | string; type?: IngressStartAtType }

Parameters supplied to the Create or Update Event Source operation for an IoTHub event source.

IoTHubEventSourceCreationProperties

IoTHubEventSourceCreationProperties: IoTHubEventSourceCommonProperties & { sharedAccessKey: string }

Properties of the IoTHub event source that are required on create or update requests.

IoTHubEventSourceMutableProperties

IoTHubEventSourceMutableProperties: EventSourceMutableProperties & { sharedAccessKey?: undefined | string }

An object that represents a set of mutable IoTHub event source resource properties.

IoTHubEventSourceResource

IoTHubEventSourceResource: EventSourceResource & { consumerGroupName: string; creationTime?: Date; eventSourceResourceId: string; iotHubName: string; keyName: string; localTimestamp?: LocalTimestamp; provisioningState?: ProvisioningState; time?: undefined | string; timestampPropertyName?: undefined | string; typePropertiesIngressStartAtType?: IngressStartAtType }

An event source that receives its data from an Azure IoTHub.

IoTHubEventSourceResourceProperties

IoTHubEventSourceResourceProperties: IoTHubEventSourceCommonProperties & {}

Properties of the IoTHub event source resource.

IoTHubEventSourceUpdateParameters

IoTHubEventSourceUpdateParameters: EventSourceUpdateParameters & { kind: "Microsoft.IoTHub"; sharedAccessKey?: undefined | string; timestampPropertyName?: undefined | string }

Parameters supplied to the Update Event Source operation to update an IoTHub event source.

LocalTimestampFormat

LocalTimestampFormat: string

Defines values for LocalTimestampFormat.
KnownLocalTimestampFormat can be used interchangeably with LocalTimestampFormat, this enum contains the known values that the service supports.

Known values supported by the service

Embedded

OperationsListNextResponse

OperationsListNextResponse: OperationListResult

Contains response data for the listNext operation.

OperationsListResponse

OperationsListResponse: OperationListResult

Contains response data for the list operation.

PrivateEndpointConnection

PrivateEndpointConnection: Resource & { groupIds?: string[]; privateEndpoint?: PrivateEndpoint; privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState; provisioningState?: PrivateEndpointConnectionProvisioningState }

The Private Endpoint Connection resource.

PrivateEndpointConnectionProvisioningState

PrivateEndpointConnectionProvisioningState: string

Defines values for PrivateEndpointConnectionProvisioningState.
KnownPrivateEndpointConnectionProvisioningState can be used interchangeably with PrivateEndpointConnectionProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Creating
Deleting
Failed

PrivateEndpointConnectionsCreateOrUpdateResponse

PrivateEndpointConnectionsCreateOrUpdateResponse: PrivateEndpointConnection

Contains response data for the createOrUpdate operation.

PrivateEndpointConnectionsGetResponse

PrivateEndpointConnectionsGetResponse: PrivateEndpointConnection

Contains response data for the get operation.

PrivateEndpointConnectionsListByEnvironmentResponse

PrivateEndpointConnectionsListByEnvironmentResponse: PrivateEndpointConnectionListResult

Contains response data for the listByEnvironment operation.

PrivateEndpointServiceConnectionStatus

PrivateEndpointServiceConnectionStatus: string

Defines values for PrivateEndpointServiceConnectionStatus.
KnownPrivateEndpointServiceConnectionStatus can be used interchangeably with PrivateEndpointServiceConnectionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending
Approved
Rejected

PrivateLinkResource

PrivateLinkResource: Resource & { groupId?: undefined | string; requiredMembers?: string[]; requiredZoneNames?: string[] }

A private link resource

PrivateLinkResourcesListSupportedResponse

PrivateLinkResourcesListSupportedResponse: PrivateLinkResourceListResult

Contains response data for the listSupported operation.

PropertyType

PropertyType: string

Defines values for PropertyType.
KnownPropertyType can be used interchangeably with PropertyType, this enum contains the known values that the service supports.

Known values supported by the service

String

ProvisioningState

ProvisioningState: string

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Accepted
Creating
Updating
Succeeded
Failed
Deleting

PublicNetworkAccess

PublicNetworkAccess: string

Defines values for PublicNetworkAccess.
KnownPublicNetworkAccess can be used interchangeably with PublicNetworkAccess, this enum contains the known values that the service supports.

Known values supported by the service

enabled
disabled

ReferenceDataKeyPropertyType

ReferenceDataKeyPropertyType: string

Defines values for ReferenceDataKeyPropertyType.
KnownReferenceDataKeyPropertyType can be used interchangeably with ReferenceDataKeyPropertyType, this enum contains the known values that the service supports.

Known values supported by the service

String
Double
Bool
DateTime

ReferenceDataSetCreateOrUpdateParameters

ReferenceDataSetCreateOrUpdateParameters: CreateOrUpdateTrackedResourceProperties & { dataStringComparisonBehavior?: DataStringComparisonBehavior; keyProperties: ReferenceDataSetKeyProperty[] }

ReferenceDataSetResource

ReferenceDataSetResource: TrackedResource & { creationTime?: Date; dataStringComparisonBehavior?: DataStringComparisonBehavior; keyProperties?: ReferenceDataSetKeyProperty[]; provisioningState?: ProvisioningState }

A reference data set provides metadata about the events in an environment. Metadata in the reference data set will be joined with events as they are read from event sources. The metadata that makes up the reference data set is uploaded or modified through the Time Series Insights data plane APIs.

ReferenceDataSetResourceProperties

ReferenceDataSetResourceProperties: ReferenceDataSetCreationProperties & ResourceProperties & {}

Properties of the reference data set.

ReferenceDataSetsCreateOrUpdateResponse

ReferenceDataSetsCreateOrUpdateResponse: ReferenceDataSetResource

Contains response data for the createOrUpdate operation.

ReferenceDataSetsGetResponse

ReferenceDataSetsGetResponse: ReferenceDataSetResource

Contains response data for the get operation.

ReferenceDataSetsListByEnvironmentResponse

ReferenceDataSetsListByEnvironmentResponse: ReferenceDataSetListResponse

Contains response data for the listByEnvironment operation.

ReferenceDataSetsUpdateResponse

ReferenceDataSetsUpdateResponse: ReferenceDataSetResource

Contains response data for the update operation.

SkuName

SkuName: string

Defines values for SkuName.
KnownSkuName can be used interchangeably with SkuName, this enum contains the known values that the service supports.

Known values supported by the service

S1
S2
P1
L1

StorageLimitExceededBehavior

StorageLimitExceededBehavior: string

Defines values for StorageLimitExceededBehavior.
KnownStorageLimitExceededBehavior can be used interchangeably with StorageLimitExceededBehavior, this enum contains the known values that the service supports.

Known values supported by the service

PurgeOldData
PauseIngress

TrackedResource

TrackedResource: Resource & { location: string; tags?: undefined | {} }

Time Series Insights resource that is tracked by Azure Resource Manager.

WarmStoragePropertiesState

WarmStoragePropertiesState: string

Defines values for WarmStoragePropertiesState.
KnownWarmStoragePropertiesState can be used interchangeably with WarmStoragePropertiesState, this enum contains the known values that the service supports.

Known values supported by the service

Ok
Error
Unknown

Variables

Const serializer

serializer: any = coreClient.createSerializer(Mappers, /* isXml */ false)

Object literals

Const $host

$host: object

parameterPath

parameterPath: string = "$host"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "$host"

type

type: object

name

name: string = "String"

Const AccessPolicyCreateOrUpdateParameters

AccessPolicyCreateOrUpdateParameters: object

type

type: object

className

className: string = "AccessPolicyCreateOrUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

principalObjectId

principalObjectId: object

serializedName

serializedName: string = "properties.principalObjectId"

type

type: object

name

name: string = "String"

roles

roles: object

serializedName

serializedName: string = "properties.roles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const AccessPolicyListResponse

AccessPolicyListResponse: object

type

type: object

className

className: string = "AccessPolicyListResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AccessPolicyResource"

name

name: string = "Composite"

Const AccessPolicyResource

AccessPolicyResource: object

type

type: object

className

className: string = "AccessPolicyResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

principalObjectId

principalObjectId: object

serializedName

serializedName: string = "properties.principalObjectId"

type

type: object

name

name: string = "String"

roles

roles: object

serializedName

serializedName: string = "properties.roles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const AccessPolicyUpdateParameters

AccessPolicyUpdateParameters: object

type

type: object

className

className: string = "AccessPolicyUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

roles

roles: object

serializedName

serializedName: string = "properties.roles"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const AzureEventSourceProperties

AzureEventSourceProperties: object

type

type: object

className

className: string = "AzureEventSourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

eventSourceResourceId

eventSourceResourceId: object

required

required: boolean = true

serializedName

serializedName: string = "eventSourceResourceId"

type

type: object

name

name: string = "String"

Const CloudError

CloudError: object

type

type: object

className

className: string = "CloudError"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "CloudErrorBody"

name

name: string = "Composite"

Const CloudErrorBody

CloudErrorBody: object

type

type: object

className

className: string = "CloudErrorBody"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CloudErrorBody"

name

name: string = "Composite"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const CreateOrUpdateTrackedResourceProperties

CreateOrUpdateTrackedResourceProperties: object

type

type: object

className

className: string = "CreateOrUpdateTrackedResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const Dimension

Dimension: object

type

type: object

className

className: string = "Dimension"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const EnvironmentCreateOrUpdateParameters

EnvironmentCreateOrUpdateParameters: object

serializedName

serializedName: string = "EnvironmentCreateOrUpdateParameters"

type

type: object

className

className: string = "EnvironmentCreateOrUpdateParameters"

name

name: string = "Composite"

uberParent

uberParent: string = "CreateOrUpdateTrackedResourceProperties"

modelProperties

modelProperties: object

kind

kind: object

required

required: boolean = true

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "kind"

serializedName

serializedName: string = "kind"

Const EnvironmentListResponse

EnvironmentListResponse: object

type

type: object

className

className: string = "EnvironmentListResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EnvironmentResource"

name

name: string = "Composite"

Const EnvironmentResource

EnvironmentResource: object

serializedName

serializedName: string = "EnvironmentResource"

type

type: object

className

className: string = "EnvironmentResource"

name

name: string = "Composite"

uberParent

uberParent: string = "Resource"

modelProperties

modelProperties: object

kind

kind: object

required

required: boolean = true

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "kind"

serializedName

serializedName: string = "kind"

Const EnvironmentResourceProperties

EnvironmentResourceProperties: object

type

type: object

className

className: string = "EnvironmentResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataAccessFqdn

dataAccessFqdn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "dataAccessFqdn"

type

type: object

name

name: string = "String"

dataAccessId

dataAccessId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "dataAccessId"

type

type: object

name

name: string = "Uuid"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

className

className: string = "EnvironmentStatus"

name

name: string = "Composite"

Const EnvironmentStateDetails

EnvironmentStateDetails: object

type

type: object

className

className: string = "EnvironmentStateDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

Const EnvironmentStatus

EnvironmentStatus: object

type

type: object

className

className: string = "EnvironmentStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

ingress

ingress: object

serializedName

serializedName: string = "ingress"

type

type: object

className

className: string = "IngressEnvironmentStatus"

name

name: string = "Composite"

warmStorage

warmStorage: object

serializedName

serializedName: string = "warmStorage"

type

type: object

className

className: string = "WarmStorageEnvironmentStatus"

name

name: string = "Composite"

Const EnvironmentUpdateParameters

EnvironmentUpdateParameters: object

type

type: object

className

className: string = "EnvironmentUpdateParameters"

name

name: string = "Composite"

uberParent

uberParent: string = "EnvironmentUpdateParameters"

modelProperties

modelProperties: object

kind

kind: object

required

required: boolean = true

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "kind"

serializedName

serializedName: string = "kind"

Const EventHubEventSourceCommonProperties

EventHubEventSourceCommonProperties: object

type

type: object

className

className: string = "EventHubEventSourceCommonProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

consumerGroupName

consumerGroupName: object

required

required: boolean = true

serializedName

serializedName: string = "consumerGroupName"

type

type: object

name

name: string = "String"

eventHubName

eventHubName: object

required

required: boolean = true

serializedName

serializedName: string = "eventHubName"

type

type: object

name

name: string = "String"

keyName

keyName: object

required

required: boolean = true

serializedName

serializedName: string = "keyName"

type

type: object

name

name: string = "String"

serviceBusNamespace

serviceBusNamespace: object

required

required: boolean = true

serializedName

serializedName: string = "serviceBusNamespace"

type

type: object

name

name: string = "String"

Const EventHubEventSourceCreateOrUpdateParameters

EventHubEventSourceCreateOrUpdateParameters: object

serializedName

serializedName: string = "Microsoft.EventHub"

type

type: object

className

className: string = "EventHubEventSourceCreateOrUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = CreateOrUpdateTrackedResourceProperties.type.polymorphicDiscriminator

uberParent

uberParent: string = "CreateOrUpdateTrackedResourceProperties"

modelProperties

modelProperties: object

consumerGroupName

consumerGroupName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.consumerGroupName"

type

type: object

name

name: string = "String"

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

eventHubName

eventHubName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.eventHubName"

type

type: object

name

name: string = "String"

eventSourceResourceId

eventSourceResourceId: object

required

required: boolean = true

serializedName

serializedName: string = "properties.eventSourceResourceId"

type

type: object

name

name: string = "String"

keyName

keyName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.keyName"

type

type: object

name

name: string = "String"

localTimestampPropertiesLocalTimestamp

localTimestampPropertiesLocalTimestamp: object

serializedName

serializedName: string = "properties.localTimestamp"

type

type: object

className

className: string = "LocalTimestamp"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

serviceBusNamespace

serviceBusNamespace: object

required

required: boolean = true

serializedName

serializedName: string = "properties.serviceBusNamespace"

type

type: object

name

name: string = "String"

sharedAccessKey

sharedAccessKey: object

required

required: boolean = true

serializedName

serializedName: string = "properties.sharedAccessKey"

type

type: object

name

name: string = "String"

time

time: object

serializedName

serializedName: string = "properties.ingressStartAt.time"

type

type: object

name

name: string = "String"

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "properties.timestampPropertyName"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "properties.ingressStartAt.type"

type

type: object

name

name: string = "String"

Const EventHubEventSourceCreationProperties

EventHubEventSourceCreationProperties: object

type

type: object

className

className: string = "EventHubEventSourceCreationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

sharedAccessKey

sharedAccessKey: object

required

required: boolean = true

serializedName

serializedName: string = "sharedAccessKey"

type

type: object

name

name: string = "String"

Const EventHubEventSourceMutableProperties

EventHubEventSourceMutableProperties: object

type

type: object

className

className: string = "EventHubEventSourceMutableProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

sharedAccessKey

sharedAccessKey: object

serializedName

serializedName: string = "sharedAccessKey"

type

type: object

name

name: string = "String"

Const EventHubEventSourceResource

EventHubEventSourceResource: object

serializedName

serializedName: string = "Microsoft.EventHub"

type

type: object

className

className: string = "EventHubEventSourceResource"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Resource.type.polymorphicDiscriminator

uberParent

uberParent: string = "Resource"

modelProperties

modelProperties: object

consumerGroupName

consumerGroupName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.consumerGroupName"

type

type: object

name

name: string = "String"

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

eventHubName

eventHubName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.eventHubName"

type

type: object

name

name: string = "String"

eventSourceResourceId

eventSourceResourceId: object

required

required: boolean = true

serializedName

serializedName: string = "properties.eventSourceResourceId"

type

type: object

name

name: string = "String"

keyName

keyName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.keyName"

type

type: object

name

name: string = "String"

localTimestamp

localTimestamp: object

serializedName

serializedName: string = "properties.localTimestamp"

type

type: object

className

className: string = "LocalTimestamp"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

serviceBusNamespace

serviceBusNamespace: object

required

required: boolean = true

serializedName

serializedName: string = "properties.serviceBusNamespace"

type

type: object

name

name: string = "String"

time

time: object

serializedName

serializedName: string = "properties.ingressStartAt.time"

type

type: object

name

name: string = "String"

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "properties.timestampPropertyName"

type

type: object

name

name: string = "String"

typePropertiesIngressStartAtType

typePropertiesIngressStartAtType: object

serializedName

serializedName: string = "properties.ingressStartAt.type"

type

type: object

name

name: string = "String"

Const EventHubEventSourceResourceProperties

EventHubEventSourceResourceProperties: object

type

type: object

className

className: string = "EventHubEventSourceResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const EventHubEventSourceUpdateParameters

EventHubEventSourceUpdateParameters: object

serializedName

serializedName: string = "Microsoft.EventHub"

type

type: object

className

className: string = "EventHubEventSourceUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EventSourceUpdateParameters.type.polymorphicDiscriminator

uberParent

uberParent: string = "EventSourceUpdateParameters"

modelProperties

modelProperties: object

sharedAccessKey

sharedAccessKey: object

serializedName

serializedName: string = "properties.sharedAccessKey"

type

type: object

name

name: string = "String"

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "properties.timestampPropertyName"

type

type: object

name

name: string = "String"

Const EventSourceCommonProperties

EventSourceCommonProperties: object

type

type: object

className

className: string = "EventSourceCommonProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

localTimestamp

localTimestamp: object

serializedName

serializedName: string = "localTimestamp"

type

type: object

className

className: string = "LocalTimestamp"

name

name: string = "Composite"

time

time: object

serializedName

serializedName: string = "ingressStartAt.time"

type

type: object

name

name: string = "String"

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "timestampPropertyName"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "ingressStartAt.type"

type

type: object

name

name: string = "String"

Const EventSourceCreateOrUpdateParameters

EventSourceCreateOrUpdateParameters: object

serializedName

serializedName: string = "EventSourceCreateOrUpdateParameters"

type

type: object

className

className: string = "EventSourceCreateOrUpdateParameters"

name

name: string = "Composite"

uberParent

uberParent: string = "CreateOrUpdateTrackedResourceProperties"

modelProperties

modelProperties: object

kind

kind: object

required

required: boolean = true

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

localTimestamp

localTimestamp: object

serializedName

serializedName: string = "localTimestamp"

type

type: object

className

className: string = "LocalTimestamp"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "kind"

serializedName

serializedName: string = "kind"

Const EventSourceListResponse

EventSourceListResponse: object

type

type: object

className

className: string = "EventSourceListResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "EventSourceResource"

name

name: string = "Composite"

Const EventSourceMutableProperties

EventSourceMutableProperties: object

type

type: object

className

className: string = "EventSourceMutableProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "timestampPropertyName"

type

type: object

name

name: string = "String"

Const EventSourceResource

EventSourceResource: object

serializedName

serializedName: string = "EventSourceResource"

type

type: object

className

className: string = "EventSourceResource"

name

name: string = "Composite"

uberParent

uberParent: string = "Resource"

modelProperties

modelProperties: object

kind

kind: object

required

required: boolean = true

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "kind"

serializedName

serializedName: string = "kind"

Const EventSourceUpdateParameters

EventSourceUpdateParameters: object

type

type: object

className

className: string = "EventSourceUpdateParameters"

name

name: string = "Composite"

uberParent

uberParent: string = "EventSourceUpdateParameters"

modelProperties

modelProperties: object

kind

kind: object

required

required: boolean = true

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

polymorphicDiscriminator

polymorphicDiscriminator: object

clientName

clientName: string = "kind"

serializedName

serializedName: string = "kind"

Const Gen1EnvironmentCreateOrUpdateParameters

Gen1EnvironmentCreateOrUpdateParameters: object

serializedName

serializedName: string = "Gen1"

type

type: object

className

className: string = "Gen1EnvironmentCreateOrUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = CreateOrUpdateTrackedResourceProperties.type.polymorphicDiscriminator

uberParent

uberParent: string = "CreateOrUpdateTrackedResourceProperties"

modelProperties

modelProperties: object

dataRetentionTime

dataRetentionTime: object

required

required: boolean = true

serializedName

serializedName: string = "properties.dataRetentionTime"

type

type: object

name

name: string = "TimeSpan"

partitionKeyProperties

partitionKeyProperties: object

serializedName

serializedName: string = "properties.partitionKeyProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimeSeriesIdProperty"

name

name: string = "Composite"

storageLimitExceededBehavior

storageLimitExceededBehavior: object

serializedName

serializedName: string = "properties.storageLimitExceededBehavior"

type

type: object

name

name: string = "String"

Const Gen1EnvironmentCreationProperties

Gen1EnvironmentCreationProperties: object

type

type: object

className

className: string = "Gen1EnvironmentCreationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataRetentionTime

dataRetentionTime: object

required

required: boolean = true

serializedName

serializedName: string = "dataRetentionTime"

type

type: object

name

name: string = "TimeSpan"

partitionKeyProperties

partitionKeyProperties: object

serializedName

serializedName: string = "partitionKeyProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimeSeriesIdProperty"

name

name: string = "Composite"

storageLimitExceededBehavior

storageLimitExceededBehavior: object

serializedName

serializedName: string = "storageLimitExceededBehavior"

type

type: object

name

name: string = "String"

Const Gen1EnvironmentResource

Gen1EnvironmentResource: object

serializedName

serializedName: string = "Gen1"

type

type: object

className

className: string = "Gen1EnvironmentResource"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Resource.type.polymorphicDiscriminator

uberParent

uberParent: string = "Resource"

modelProperties

modelProperties: object

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

dataAccessFqdn

dataAccessFqdn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.dataAccessFqdn"

type

type: object

name

name: string = "String"

dataAccessId

dataAccessId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.dataAccessId"

type

type: object

name

name: string = "Uuid"

dataRetentionTime

dataRetentionTime: object

required

required: boolean = true

serializedName

serializedName: string = "properties.dataRetentionTime"

type

type: object

name

name: string = "TimeSpan"

partitionKeyProperties

partitionKeyProperties: object

serializedName

serializedName: string = "properties.partitionKeyProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimeSeriesIdProperty"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

className

className: string = "EnvironmentStatus"

name

name: string = "Composite"

storageLimitExceededBehavior

storageLimitExceededBehavior: object

serializedName

serializedName: string = "properties.storageLimitExceededBehavior"

type

type: object

name

name: string = "String"

Const Gen1EnvironmentResourceProperties

Gen1EnvironmentResourceProperties: object

type

type: object

className

className: string = "Gen1EnvironmentResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const Gen1EnvironmentUpdateParameters

Gen1EnvironmentUpdateParameters: object

serializedName

serializedName: string = "Gen1"

type

type: object

className

className: string = "Gen1EnvironmentUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EnvironmentUpdateParameters.type.polymorphicDiscriminator

uberParent

uberParent: string = "EnvironmentUpdateParameters"

modelProperties

modelProperties: object

dataRetentionTime

dataRetentionTime: object

serializedName

serializedName: string = "properties.dataRetentionTime"

type

type: object

name

name: string = "TimeSpan"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

storageLimitExceededBehavior

storageLimitExceededBehavior: object

serializedName

serializedName: string = "properties.storageLimitExceededBehavior"

type

type: object

name

name: string = "String"

Const Gen2EnvironmentCreateOrUpdateParameters

Gen2EnvironmentCreateOrUpdateParameters: object

serializedName

serializedName: string = "Gen2"

type

type: object

className

className: string = "Gen2EnvironmentCreateOrUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = CreateOrUpdateTrackedResourceProperties.type.polymorphicDiscriminator

uberParent

uberParent: string = "CreateOrUpdateTrackedResourceProperties"

modelProperties

modelProperties: object

privateEndpointConnections

privateEndpointConnections: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateEndpointConnections"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "properties.publicNetworkAccess"

type

type: object

name

name: string = "String"

storageConfiguration

storageConfiguration: object

serializedName

serializedName: string = "properties.storageConfiguration"

type

type: object

className

className: string = "Gen2StorageConfigurationInput"

name

name: string = "Composite"

timeSeriesIdProperties

timeSeriesIdProperties: object

required

required: boolean = true

serializedName

serializedName: string = "properties.timeSeriesIdProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimeSeriesIdProperty"

name

name: string = "Composite"

warmStoreConfiguration

warmStoreConfiguration: object

serializedName

serializedName: string = "properties.warmStoreConfiguration"

type

type: object

className

className: string = "WarmStoreConfigurationProperties"

name

name: string = "Composite"

Const Gen2EnvironmentResource

Gen2EnvironmentResource: object

serializedName

serializedName: string = "Gen2"

type

type: object

className

className: string = "Gen2EnvironmentResource"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Resource.type.polymorphicDiscriminator

uberParent

uberParent: string = "Resource"

modelProperties

modelProperties: object

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

dataAccessFqdn

dataAccessFqdn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.dataAccessFqdn"

type

type: object

name

name: string = "String"

dataAccessId

dataAccessId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.dataAccessId"

type

type: object

name

name: string = "Uuid"

privateEndpointConnections

privateEndpointConnections: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateEndpointConnections"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "properties.publicNetworkAccess"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

className

className: string = "EnvironmentStatus"

name

name: string = "Composite"

storageConfiguration

storageConfiguration: object

serializedName

serializedName: string = "properties.storageConfiguration"

type

type: object

className

className: string = "Gen2StorageConfigurationOutput"

name

name: string = "Composite"

timeSeriesIdProperties

timeSeriesIdProperties: object

required

required: boolean = true

serializedName

serializedName: string = "properties.timeSeriesIdProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimeSeriesIdProperty"

name

name: string = "Composite"

warmStoreConfiguration

warmStoreConfiguration: object

serializedName

serializedName: string = "properties.warmStoreConfiguration"

type

type: object

className

className: string = "WarmStoreConfigurationProperties"

name

name: string = "Composite"

Const Gen2EnvironmentResourceProperties

Gen2EnvironmentResourceProperties: object

type

type: object

className

className: string = "Gen2EnvironmentResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

privateEndpointConnections

privateEndpointConnections: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "privateEndpointConnections"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

publicNetworkAccess

publicNetworkAccess: object

serializedName

serializedName: string = "publicNetworkAccess"

type

type: object

name

name: string = "String"

storageConfiguration

storageConfiguration: object

serializedName

serializedName: string = "storageConfiguration"

type

type: object

className

className: string = "Gen2StorageConfigurationOutput"

name

name: string = "Composite"

timeSeriesIdProperties

timeSeriesIdProperties: object

required

required: boolean = true

serializedName

serializedName: string = "timeSeriesIdProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TimeSeriesIdProperty"

name

name: string = "Composite"

warmStoreConfiguration

warmStoreConfiguration: object

serializedName

serializedName: string = "warmStoreConfiguration"

type

type: object

className

className: string = "WarmStoreConfigurationProperties"

name

name: string = "Composite"

Const Gen2EnvironmentUpdateParameters

Gen2EnvironmentUpdateParameters: object

serializedName

serializedName: string = "Gen2"

type

type: object

className

className: string = "Gen2EnvironmentUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EnvironmentUpdateParameters.type.polymorphicDiscriminator

uberParent

uberParent: string = "EnvironmentUpdateParameters"

modelProperties

modelProperties: object

storageConfiguration

storageConfiguration: object

serializedName

serializedName: string = "properties.storageConfiguration"

type

type: object

className

className: string = "Gen2StorageConfigurationMutableProperties"

name

name: string = "Composite"

warmStoreConfiguration

warmStoreConfiguration: object

serializedName

serializedName: string = "properties.warmStoreConfiguration"

type

type: object

className

className: string = "WarmStoreConfigurationProperties"

name

name: string = "Composite"

Const Gen2StorageConfigurationInput

Gen2StorageConfigurationInput: object

type

type: object

className

className: string = "Gen2StorageConfigurationInput"

name

name: string = "Composite"

modelProperties

modelProperties: object

accountName

accountName: object

required

required: boolean = true

serializedName

serializedName: string = "accountName"

type

type: object

name

name: string = "String"

managementKey

managementKey: object

required

required: boolean = true

serializedName

serializedName: string = "managementKey"

type

type: object

name

name: string = "String"

Const Gen2StorageConfigurationMutableProperties

Gen2StorageConfigurationMutableProperties: object

type

type: object

className

className: string = "Gen2StorageConfigurationMutableProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

managementKey

managementKey: object

required

required: boolean = true

serializedName

serializedName: string = "managementKey"

type

type: object

name

name: string = "String"

Const Gen2StorageConfigurationOutput

Gen2StorageConfigurationOutput: object

type

type: object

className

className: string = "Gen2StorageConfigurationOutput"

name

name: string = "Composite"

modelProperties

modelProperties: object

accountName

accountName: object

required

required: boolean = true

serializedName

serializedName: string = "accountName"

type

type: object

name

name: string = "String"

Const IngressEnvironmentStatus

IngressEnvironmentStatus: object

type

type: object

className

className: string = "IngressEnvironmentStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

state

state: object

serializedName

serializedName: string = "state"

type

type: object

name

name: string = "String"

stateDetails

stateDetails: object

serializedName

serializedName: string = "stateDetails"

type

type: object

className

className: string = "EnvironmentStateDetails"

name

name: string = "Composite"

Const IoTHubEventSourceCommonProperties

IoTHubEventSourceCommonProperties: object

type

type: object

className

className: string = "IoTHubEventSourceCommonProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

consumerGroupName

consumerGroupName: object

required

required: boolean = true

serializedName

serializedName: string = "consumerGroupName"

type

type: object

name

name: string = "String"

iotHubName

iotHubName: object

required

required: boolean = true

serializedName

serializedName: string = "iotHubName"

type

type: object

name

name: string = "String"

keyName

keyName: object

required

required: boolean = true

serializedName

serializedName: string = "keyName"

type

type: object

name

name: string = "String"

Const IoTHubEventSourceCreateOrUpdateParameters

IoTHubEventSourceCreateOrUpdateParameters: object

serializedName

serializedName: string = "Microsoft.IoTHub"

type

type: object

className

className: string = "IoTHubEventSourceCreateOrUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = CreateOrUpdateTrackedResourceProperties.type.polymorphicDiscriminator

uberParent

uberParent: string = "CreateOrUpdateTrackedResourceProperties"

modelProperties

modelProperties: object

consumerGroupName

consumerGroupName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.consumerGroupName"

type

type: object

name

name: string = "String"

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

eventSourceResourceId

eventSourceResourceId: object

required

required: boolean = true

serializedName

serializedName: string = "properties.eventSourceResourceId"

type

type: object

name

name: string = "String"

iotHubName

iotHubName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.iotHubName"

type

type: object

name

name: string = "String"

keyName

keyName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.keyName"

type

type: object

name

name: string = "String"

localTimestampPropertiesLocalTimestamp

localTimestampPropertiesLocalTimestamp: object

serializedName

serializedName: string = "properties.localTimestamp"

type

type: object

className

className: string = "LocalTimestamp"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

sharedAccessKey

sharedAccessKey: object

required

required: boolean = true

serializedName

serializedName: string = "properties.sharedAccessKey"

type

type: object

name

name: string = "String"

time

time: object

serializedName

serializedName: string = "properties.ingressStartAt.time"

type

type: object

name

name: string = "String"

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "properties.timestampPropertyName"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "properties.ingressStartAt.type"

type

type: object

name

name: string = "String"

Const IoTHubEventSourceCreationProperties

IoTHubEventSourceCreationProperties: object

type

type: object

className

className: string = "IoTHubEventSourceCreationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

sharedAccessKey

sharedAccessKey: object

required

required: boolean = true

serializedName

serializedName: string = "sharedAccessKey"

type

type: object

name

name: string = "String"

Const IoTHubEventSourceMutableProperties

IoTHubEventSourceMutableProperties: object

type

type: object

className

className: string = "IoTHubEventSourceMutableProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

sharedAccessKey

sharedAccessKey: object

serializedName

serializedName: string = "sharedAccessKey"

type

type: object

name

name: string = "String"

Const IoTHubEventSourceResource

IoTHubEventSourceResource: object

serializedName

serializedName: string = "Microsoft.IoTHub"

type

type: object

className

className: string = "IoTHubEventSourceResource"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = Resource.type.polymorphicDiscriminator

uberParent

uberParent: string = "Resource"

modelProperties

modelProperties: object

consumerGroupName

consumerGroupName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.consumerGroupName"

type

type: object

name

name: string = "String"

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

eventSourceResourceId

eventSourceResourceId: object

required

required: boolean = true

serializedName

serializedName: string = "properties.eventSourceResourceId"

type

type: object

name

name: string = "String"

iotHubName

iotHubName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.iotHubName"

type

type: object

name

name: string = "String"

keyName

keyName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.keyName"

type

type: object

name

name: string = "String"

localTimestamp

localTimestamp: object

serializedName

serializedName: string = "properties.localTimestamp"

type

type: object

className

className: string = "LocalTimestamp"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

time

time: object

serializedName

serializedName: string = "properties.ingressStartAt.time"

type

type: object

name

name: string = "String"

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "properties.timestampPropertyName"

type

type: object

name

name: string = "String"

typePropertiesIngressStartAtType

typePropertiesIngressStartAtType: object

serializedName

serializedName: string = "properties.ingressStartAt.type"

type

type: object

name

name: string = "String"

Const IoTHubEventSourceResourceProperties

IoTHubEventSourceResourceProperties: object

type

type: object

className

className: string = "IoTHubEventSourceResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const IoTHubEventSourceUpdateParameters

IoTHubEventSourceUpdateParameters: object

serializedName

serializedName: string = "Microsoft.IoTHub"

type

type: object

className

className: string = "IoTHubEventSourceUpdateParameters"

name

name: string = "Composite"

polymorphicDiscriminator

polymorphicDiscriminator: any = EventSourceUpdateParameters.type.polymorphicDiscriminator

uberParent

uberParent: string = "EventSourceUpdateParameters"

modelProperties

modelProperties: object

sharedAccessKey

sharedAccessKey: object

serializedName

serializedName: string = "properties.sharedAccessKey"

type

type: object

name

name: string = "String"

timestampPropertyName

timestampPropertyName: object

serializedName

serializedName: string = "properties.timestampPropertyName"

type

type: object

name

name: string = "String"

Const LocalTimestamp

LocalTimestamp: object

type

type: object

className

className: string = "LocalTimestamp"

name

name: string = "Composite"

modelProperties

modelProperties: object

format

format: object

serializedName

serializedName: string = "format"

type

type: object

name

name: string = "String"

timeZoneOffset

timeZoneOffset: object

serializedName

serializedName: string = "timeZoneOffset"

type

type: object

className

className: string = "LocalTimestampTimeZoneOffset"

name

name: string = "Composite"

Const LocalTimestampTimeZoneOffset

LocalTimestampTimeZoneOffset: object

type

type: object

className

className: string = "LocalTimestampTimeZoneOffset"

name

name: string = "Composite"

modelProperties

modelProperties: object

propertyName

propertyName: object

serializedName

serializedName: string = "propertyName"

type

type: object

name

name: string = "String"

Const LogSpecification

LogSpecification: object

type

type: object

className

className: string = "LogSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const MetricAvailability

MetricAvailability: object

type

type: object

className

className: string = "MetricAvailability"

name

name: string = "Composite"

modelProperties

modelProperties: object

blobDuration

blobDuration: object

serializedName

serializedName: string = "blobDuration"

type

type: object

name

name: string = "String"

timeGrain

timeGrain: object

serializedName

serializedName: string = "timeGrain"

type

type: object

name

name: string = "String"

Const MetricSpecification

MetricSpecification: object

type

type: object

className

className: string = "MetricSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

aggregationType

aggregationType: object

serializedName

serializedName: string = "aggregationType"

type

type: object

name

name: string = "String"

availabilities

availabilities: object

serializedName

serializedName: string = "availabilities"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetricAvailability"

name

name: string = "Composite"

category

category: object

serializedName

serializedName: string = "category"

type

type: object

name

name: string = "String"

dimensions

dimensions: object

serializedName

serializedName: string = "dimensions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Dimension"

name

name: string = "Composite"

displayDescription

displayDescription: object

serializedName

serializedName: string = "displayDescription"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

resourceIdDimensionNameOverride

resourceIdDimensionNameOverride: object

serializedName

serializedName: string = "resourceIdDimensionNameOverride"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const Operation

Operation: object

type

type: object

className

className: string = "Operation"

name

name: string = "Composite"

modelProperties

modelProperties: object

display

display: object

serializedName

serializedName: string = "display"

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

origin

origin: object

serializedName

serializedName: string = "origin"

type

type: object

name

name: string = "String"

serviceSpecification

serviceSpecification: object

serializedName

serializedName: string = "properties.serviceSpecification"

type

type: object

className

className: string = "ServiceSpecification"

name

name: string = "Composite"

Const OperationDisplay

OperationDisplay: object

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const OperationListResult

OperationListResult: object

type

type: object

className

className: string = "OperationListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Operation"

name

name: string = "Composite"

Const PrivateEndpoint

PrivateEndpoint: object

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnection

PrivateEndpointConnection: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupIds

groupIds: object

serializedName

serializedName: string = "properties.groupIds"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

privateEndpoint

privateEndpoint: object

serializedName

serializedName: string = "properties.privateEndpoint"

type

type: object

className

className: string = "PrivateEndpoint"

name

name: string = "Composite"

privateLinkServiceConnectionState

privateLinkServiceConnectionState: object

serializedName

serializedName: string = "properties.privateLinkServiceConnectionState"

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnectionListResult

PrivateEndpointConnectionListResult: object

type

type: object

className

className: string = "PrivateEndpointConnectionListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

Const PrivateLinkResource

PrivateLinkResource: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.groupId"

type

type: object

name

name: string = "String"

requiredMembers

requiredMembers: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.requiredMembers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

requiredZoneNames

requiredZoneNames: object

serializedName

serializedName: string = "properties.requiredZoneNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const PrivateLinkResourceListResult

PrivateLinkResourceListResult: object

type

type: object

className

className: string = "PrivateLinkResourceListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

Const PrivateLinkServiceConnectionState

PrivateLinkServiceConnectionState: object

type

type: object

className

className: string = "PrivateLinkServiceConnectionState"

name

name: string = "Composite"

modelProperties

modelProperties: object

actionsRequired

actionsRequired: object

serializedName

serializedName: string = "actionsRequired"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const ReferenceDataSetCreateOrUpdateParameters

ReferenceDataSetCreateOrUpdateParameters: object

type

type: object

className

className: string = "ReferenceDataSetCreateOrUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataStringComparisonBehavior

dataStringComparisonBehavior: object

serializedName

serializedName: string = "properties.dataStringComparisonBehavior"

type

type: object

name

name: string = "String"

keyProperties

keyProperties: object

required

required: boolean = true

serializedName

serializedName: string = "properties.keyProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ReferenceDataSetKeyProperty"

name

name: string = "Composite"

Const ReferenceDataSetCreationProperties

ReferenceDataSetCreationProperties: object

type

type: object

className

className: string = "ReferenceDataSetCreationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataStringComparisonBehavior

dataStringComparisonBehavior: object

serializedName

serializedName: string = "dataStringComparisonBehavior"

type

type: object

name

name: string = "String"

keyProperties

keyProperties: object

required

required: boolean = true

serializedName

serializedName: string = "keyProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ReferenceDataSetKeyProperty"

name

name: string = "Composite"

Const ReferenceDataSetKeyProperty

ReferenceDataSetKeyProperty: object

type

type: object

className

className: string = "ReferenceDataSetKeyProperty"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ReferenceDataSetListResponse

ReferenceDataSetListResponse: object

type

type: object

className

className: string = "ReferenceDataSetListResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ReferenceDataSetResource"

name

name: string = "Composite"

Const ReferenceDataSetResource

ReferenceDataSetResource: object

type

type: object

className

className: string = "ReferenceDataSetResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.creationTime"

type

type: object

name

name: string = "DateTime"

dataStringComparisonBehavior

dataStringComparisonBehavior: object

serializedName

serializedName: string = "properties.dataStringComparisonBehavior"

type

type: object

name

name: string = "String"

keyProperties

keyProperties: object

serializedName

serializedName: string = "properties.keyProperties"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ReferenceDataSetKeyProperty"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

Const ReferenceDataSetResourceProperties

ReferenceDataSetResourceProperties: object

type

type: object

className

className: string = "ReferenceDataSetResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const ReferenceDataSetUpdateParameters

ReferenceDataSetUpdateParameters: object

type

type: object

className

className: string = "ReferenceDataSetUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const Resource

Resource: object

type

type: object

className

className: string = "Resource"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ResourceProperties

ResourceProperties: object

type

type: object

className

className: string = "ResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

creationTime

creationTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "creationTime"

type

type: object

name

name: string = "DateTime"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

Const ServiceSpecification

ServiceSpecification: object

type

type: object

className

className: string = "ServiceSpecification"

name

name: string = "Composite"

modelProperties

modelProperties: object

logSpecifications

logSpecifications: object

serializedName

serializedName: string = "logSpecifications"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "LogSpecification"

name

name: string = "Composite"

metricSpecifications

metricSpecifications: object

serializedName

serializedName: string = "metricSpecifications"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MetricSpecification"

name

name: string = "Composite"

Const Sku

Sku: object

type

type: object

className

className: string = "Sku"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacity

capacity: object

required

required: boolean = true

serializedName

serializedName: string = "capacity"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 10

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const TimeSeriesIdProperty

TimeSeriesIdProperty: object

type

type: object

className

className: string = "TimeSeriesIdProperty"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const TrackedResource

TrackedResource: object

type

type: object

className

className: string = "TrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const WarmStorageEnvironmentStatus

WarmStorageEnvironmentStatus: object

type

type: object

className

className: string = "WarmStorageEnvironmentStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

currentCount

currentCount: object

serializedName

serializedName: string = "propertiesUsage.stateDetails.currentCount"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 10

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

maxCount

maxCount: object

serializedName

serializedName: string = "propertiesUsage.stateDetails.maxCount"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 10

InclusiveMinimum

InclusiveMinimum: number = 1

type

type: object

name

name: string = "Number"

state

state: object

serializedName

serializedName: string = "propertiesUsage.state"

type

type: object

name

name: string = "String"

Const WarmStoreConfigurationProperties

WarmStoreConfigurationProperties: object

type

type: object

className

className: string = "WarmStoreConfigurationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataRetention

dataRetention: object

required

required: boolean = true

serializedName

serializedName: string = "dataRetention"

type

type: object

name

name: string = "TimeSpan"

Const accept

accept: object

parameterPath

parameterPath: string = "accept"

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Accept"

type

type: object

name

name: string = "String"

Const accessPolicyName

accessPolicyName: object

parameterPath

parameterPath: string = "accessPolicyName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "accessPolicyName"

constraints

constraints: object

MaxLength

MaxLength: number = 90

MinLength

MinLength: number = 1

Pattern

Pattern: RegExp = new RegExp("^[-\\w\\._\\(\\)]+$")

type

type: object

name

name: string = "String"

Const accessPolicyName1

accessPolicyName1: object

parameterPath

parameterPath: string = "accessPolicyName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "accessPolicyName"

type

type: object

name

name: string = "String"

Const accessPolicyUpdateParameters

accessPolicyUpdateParameters: object

mapper

mapper: any = AccessPolicyUpdateParametersMapper

parameterPath

parameterPath: string = "accessPolicyUpdateParameters"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2021-03-31-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const contentType

contentType: object

parameterPath

parameterPath: string[] = ["options", "contentType"]

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Content-Type"

type

type: object

name

name: string = "String"

Const createOrUpdateOperationSpec

createOrUpdateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.privateEndpointConnection

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.environmentName1,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

201

201: object

bodyMapper

bodyMapper: any = Mappers.AccessPolicyResource

202

202: object

bodyMapper

bodyMapper: any = Mappers.EnvironmentResource

204

204: object

bodyMapper

bodyMapper: any = Mappers.EnvironmentResource

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const deleteOperationSpec

deleteOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.environmentName1,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: {}

Type declaration

204

204: {}

Type declaration

404

404: object

isError

isError: boolean = true

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Let discriminators

discriminators: object

CreateOrUpdateTrackedResourceProperties.EnvironmentCreateOrUpdateParameters

CreateOrUpdateTrackedResourceProperties.EnvironmentCreateOrUpdateParameters: any = EnvironmentCreateOrUpdateParameters

CreateOrUpdateTrackedResourceProperties.EventSourceCreateOrUpdateParameters

CreateOrUpdateTrackedResourceProperties.EventSourceCreateOrUpdateParameters: any = EventSourceCreateOrUpdateParameters

CreateOrUpdateTrackedResourceProperties.Gen1

CreateOrUpdateTrackedResourceProperties.Gen1: any = Gen1EnvironmentCreateOrUpdateParameters

CreateOrUpdateTrackedResourceProperties.Gen2

CreateOrUpdateTrackedResourceProperties.Gen2: any = Gen2EnvironmentCreateOrUpdateParameters

CreateOrUpdateTrackedResourceProperties.Microsoft.EventHub

CreateOrUpdateTrackedResourceProperties.Microsoft.EventHub: any = EventHubEventSourceCreateOrUpdateParameters

CreateOrUpdateTrackedResourceProperties.Microsoft.IoTHub

CreateOrUpdateTrackedResourceProperties.Microsoft.IoTHub: any = IoTHubEventSourceCreateOrUpdateParameters

EnvironmentUpdateParameters

EnvironmentUpdateParameters: any = EnvironmentUpdateParameters

EnvironmentUpdateParameters.Gen1

EnvironmentUpdateParameters.Gen1: any = Gen1EnvironmentUpdateParameters

EnvironmentUpdateParameters.Gen2

EnvironmentUpdateParameters.Gen2: any = Gen2EnvironmentUpdateParameters

EventSourceUpdateParameters

EventSourceUpdateParameters: any = EventSourceUpdateParameters

EventSourceUpdateParameters.Microsoft.EventHub

EventSourceUpdateParameters.Microsoft.EventHub: any = EventHubEventSourceUpdateParameters

EventSourceUpdateParameters.Microsoft.IoTHub

EventSourceUpdateParameters.Microsoft.IoTHub: any = IoTHubEventSourceUpdateParameters

Resource.EnvironmentResource

Resource.EnvironmentResource: any = EnvironmentResource

Resource.EventSourceResource

Resource.EventSourceResource: any = EventSourceResource

Resource.Gen1

Resource.Gen1: any = Gen1EnvironmentResource

Resource.Gen2

Resource.Gen2: any = Gen2EnvironmentResource

Resource.Microsoft.EventHub

Resource.Microsoft.EventHub: any = EventHubEventSourceResource

Resource.Microsoft.IoTHub

Resource.Microsoft.IoTHub: any = IoTHubEventSourceResource

Const environmentName

environmentName: object

parameterPath

parameterPath: string = "environmentName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "environmentName"

constraints

constraints: object

MaxLength

MaxLength: number = 90

MinLength

MinLength: number = 1

Pattern

Pattern: RegExp = new RegExp("^[-\\w\\._\\(\\)]+$")

type

type: object

name

name: string = "String"

Const environmentName1

environmentName1: object

parameterPath

parameterPath: string = "environmentName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "environmentName"

type

type: object

name

name: string = "String"

Const environmentUpdateParameters

environmentUpdateParameters: object

mapper

mapper: any = EnvironmentUpdateParametersMapper

parameterPath

parameterPath: string = "environmentUpdateParameters"

Const eventSourceName

eventSourceName: object

parameterPath

parameterPath: string = "eventSourceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "eventSourceName"

constraints

constraints: object

MaxLength

MaxLength: number = 90

MinLength

MinLength: number = 1

Pattern

Pattern: RegExp = new RegExp("^[-\\w\\._\\(\\)]+$")

type

type: object

name

name: string = "String"

Const eventSourceName1

eventSourceName1: object

parameterPath

parameterPath: string = "eventSourceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "eventSourceName"

type

type: object

name

name: string = "String"

Const eventSourceUpdateParameters

eventSourceUpdateParameters: object

mapper

mapper: any = EventSourceUpdateParametersMapper

parameterPath

parameterPath: string = "eventSourceUpdateParameters"

Const expand

expand: object

parameterPath

parameterPath: string[] = ["options", "expand"]

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const getOperationSpec

getOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.environmentName1,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const listByEnvironmentOperationSpec

listByEnvironmentOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.environmentName1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnectionListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const listByResourceGroupOperationSpec

listByResourceGroupOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.EnvironmentListResponse

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const listBySubscriptionOperationSpec

listBySubscriptionOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.TimeSeriesInsights/environments"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.EnvironmentListResponse

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const listNextOperationSpec

listNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.OperationListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const listOperationSpec

listOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/providers/Microsoft.TimeSeriesInsights/operations"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.OperationListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const listSupportedOperationSpec

listSupportedOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateLinkResources"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.environmentName1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateLinkResourceListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Const nextLink

nextLink: object

parameterPath

parameterPath: string = "nextLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const parameters

parameters: object

mapper

mapper: any = EnvironmentCreateOrUpdateParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters1

parameters1: object

mapper

mapper: any = EventSourceCreateOrUpdateParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters2

parameters2: object

mapper

mapper: any = ReferenceDataSetCreateOrUpdateParametersMapper

parameterPath

parameterPath: string = "parameters"

Const parameters3

parameters3: object

mapper

mapper: any = AccessPolicyCreateOrUpdateParametersMapper

parameterPath

parameterPath: string = "parameters"

Const privateEndpointConnection

privateEndpointConnection: object

mapper

mapper: any = PrivateEndpointConnectionMapper

parameterPath

parameterPath: string = "privateEndpointConnection"

Const privateEndpointConnectionName

privateEndpointConnectionName: object

parameterPath

parameterPath: string = "privateEndpointConnectionName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "privateEndpointConnectionName"

type

type: object

name

name: string = "String"

Const referenceDataSetName

referenceDataSetName: object

parameterPath

parameterPath: string = "referenceDataSetName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "referenceDataSetName"

constraints

constraints: object

MaxLength

MaxLength: number = 63

MinLength

MinLength: number = 3

Pattern

Pattern: RegExp = new RegExp("^[A-Za-z0-9]")

type

type: object

name

name: string = "String"

Const referenceDataSetName1

referenceDataSetName1: object

parameterPath

parameterPath: string = "referenceDataSetName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "referenceDataSetName"

type

type: object

name

name: string = "String"

Const referenceDataSetUpdateParameters

referenceDataSetUpdateParameters: object

mapper

mapper: any = ReferenceDataSetUpdateParametersMapper

parameterPath

parameterPath: string = "referenceDataSetUpdateParameters"

Const resourceGroupName

resourceGroupName: object

parameterPath

parameterPath: string = "resourceGroupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceGroupName"

type

type: object

name

name: string = "String"

Const subscriptionId

subscriptionId: object

parameterPath

parameterPath: string = "subscriptionId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "subscriptionId"

type

type: object

name

name: string = "String"

Const updateOperationSpec

updateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PATCH"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.accessPolicyUpdateParameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.environmentName1,Parameters.accessPolicyName1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.AccessPolicyResource

201

201: object

bodyMapper

bodyMapper: any = Mappers.EnvironmentResource

202

202: object

bodyMapper

bodyMapper: any = Mappers.EnvironmentResource

204

204: object

bodyMapper

bodyMapper: any = Mappers.EnvironmentResource

default

default: object

bodyMapper

bodyMapper: any = Mappers.CloudError

Generated using TypeDoc