Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-operationalinsights

Package version

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

AvailableServiceTiersListByWorkspaceResponse

AvailableServiceTiersListByWorkspaceResponse: AvailableServiceTier[]

Contains response data for the listByWorkspace operation.

AzureEntityResource

AzureEntityResource: Resource & { etag?: undefined | string }

The resource model definition for an Azure Resource Manager resource with an etag.

BillingType

BillingType: string

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

Known values supported by the service

Cluster
Workspaces

Capacity

Capacity: 500 | 1000 | 2000 | 5000

Defines values for Capacity.

CapacityReservationLevel

CapacityReservationLevel: 100 | 200 | 300 | 400 | 500 | 1000 | 2000 | 5000

Defines values for CapacityReservationLevel.

Cluster

Cluster: TrackedResource & { associatedWorkspaces?: AssociatedWorkspace[]; billingType?: BillingType; capacityReservationProperties?: CapacityReservationProperties; clusterId?: undefined | string; createdDate?: undefined | string; identity?: Identity; isAvailabilityZonesEnabled?: undefined | false | true; isDoubleEncryptionEnabled?: undefined | false | true; keyVaultProperties?: KeyVaultProperties; lastModifiedDate?: undefined | string; provisioningState?: ClusterEntityStatus; sku?: ClusterSku }

The top level Log Analytics cluster resource container.

ClusterEntityStatus

ClusterEntityStatus: string

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

Known values supported by the service

Creating
Succeeded
Failed
Canceled
Deleting
ProvisioningAccount
Updating

ClusterSkuNameEnum

ClusterSkuNameEnum: string

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

Known values supported by the service

CapacityReservation

ClustersCreateOrUpdateResponse

ClustersCreateOrUpdateResponse: Cluster

Contains response data for the createOrUpdate operation.

ClustersGetResponse

ClustersGetResponse: Cluster

Contains response data for the get operation.

ClustersListByResourceGroupNextResponse

ClustersListByResourceGroupNextResponse: ClusterListResult

Contains response data for the listByResourceGroupNext operation.

ClustersListByResourceGroupResponse

ClustersListByResourceGroupResponse: ClusterListResult

Contains response data for the listByResourceGroup operation.

ClustersListNextResponse

ClustersListNextResponse: ClusterListResult

Contains response data for the listNext operation.

ClustersListResponse

ClustersListResponse: ClusterListResult

Contains response data for the list operation.

ClustersUpdateResponse

ClustersUpdateResponse: Cluster

Contains response data for the update operation.

ColumnDataTypeHintEnum

ColumnDataTypeHintEnum: string

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

Known values supported by the service

uri: A string that matches the pattern of a URI, for example, scheme://username:password@host:1234/this/is/a/path?k1=v1&k2=v2#fragment
guid: A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
armPath: An Azure Resource Model (ARM) path: /subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.{...}/{...}/{...}/{...}...
ip: A standard V4/V6 ip address following the standard shape, x.x.x.x/y:y:y:y:y:y:y:y

ColumnTypeEnum

ColumnTypeEnum: string

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

Known values supported by the service

string
int
long
real
boolean
dateTime
guid
dynamic

CreatedByType

CreatedByType: string

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

Known values supported by the service

User
Application
ManagedIdentity
Key

DataExport

DataExport: ProxyResource & { createdDate?: undefined | string; dataExportId?: undefined | string; enable?: undefined | false | true; eventHubName?: undefined | string; lastModifiedDate?: undefined | string; resourceId?: undefined | string; tableNames?: string[]; typePropertiesDestinationType?: Type }

The top level data export resource container.

DataExportsCreateOrUpdateResponse

DataExportsCreateOrUpdateResponse: DataExport

Contains response data for the createOrUpdate operation.

DataExportsGetResponse

DataExportsGetResponse: DataExport

Contains response data for the get operation.

DataExportsListByWorkspaceResponse

DataExportsListByWorkspaceResponse: DataExportListResult

Contains response data for the listByWorkspace operation.

DataIngestionStatus

DataIngestionStatus: string

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

Known values supported by the service

RespectQuota: Ingestion enabled following daily cap quota reset, or subscription enablement.
ForceOn: Ingestion started following service setting change.
ForceOff: Ingestion stopped following service setting change.
OverQuota: Reached daily cap quota, ingestion stopped.
SubscriptionSuspended: Ingestion stopped following suspended subscription.
ApproachingQuota: 80% of daily cap quota reached.

DataSource

DataSource: ProxyResource & { etag?: undefined | string; kind: DataSourceKind; properties: Record<string, unknown>; tags?: undefined | {} }

Datasources under OMS Workspace.

DataSourceKind

DataSourceKind: string

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

Known values supported by the service

WindowsEvent
WindowsPerformanceCounter
IISLogs
LinuxSyslog
LinuxSyslogCollection
LinuxPerformanceObject
LinuxPerformanceCollection
CustomLog
CustomLogCollection
AzureAuditLog
AzureActivityLog
GenericDataSource
ChangeTrackingCustomPath
ChangeTrackingPath
ChangeTrackingServices
ChangeTrackingDataTypeConfiguration
ChangeTrackingDefaultRegistry
ChangeTrackingRegistry
ChangeTrackingLinuxPath
LinuxChangeTrackingPath
ChangeTrackingContentLocation
WindowsTelemetry
Office365
SecurityWindowsBaselineConfiguration
SecurityCenterSecurityWindowsBaselineConfiguration
SecurityEventCollectionConfiguration
SecurityInsightsSecurityEventCollectionConfiguration
ImportComputerGroup
NetworkMonitoring
Itsm
DnsAnalytics
ApplicationInsights
SqlDataClassification

DataSourceType

DataSourceType: "CustomLogs" | "AzureWatson" | "Query" | "Ingestion" | "Alerts"

Defines values for DataSourceType.

DataSourcesCreateOrUpdateResponse

DataSourcesCreateOrUpdateResponse: DataSource

Contains response data for the createOrUpdate operation.

DataSourcesGetResponse

DataSourcesGetResponse: DataSource

Contains response data for the get operation.

DataSourcesListByWorkspaceNextResponse

DataSourcesListByWorkspaceNextResponse: DataSourceListResult

Contains response data for the listByWorkspaceNext operation.

DataSourcesListByWorkspaceResponse

DataSourcesListByWorkspaceResponse: DataSourceListResult

Contains response data for the listByWorkspace operation.

DeletedWorkspacesListByResourceGroupResponse

DeletedWorkspacesListByResourceGroupResponse: WorkspaceListResult

Contains response data for the listByResourceGroup operation.

DeletedWorkspacesListResponse

DeletedWorkspacesListResponse: WorkspaceListResult

Contains response data for the list operation.

IdentityType

IdentityType: string

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

Known values supported by the service

user
application
managedIdentity
key
SystemAssigned
UserAssigned
None

IntelligencePacksListResponse

IntelligencePacksListResponse: IntelligencePack[]

Contains response data for the list operation.

LinkedService

LinkedService: ProxyResource & { provisioningState?: LinkedServiceEntityStatus; resourceId?: undefined | string; tags?: undefined | {}; writeAccessResourceId?: undefined | string }

The top level Linked service resource container.

LinkedServiceEntityStatus

LinkedServiceEntityStatus: string

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

Known values supported by the service

Succeeded
Deleting
ProvisioningAccount
Updating

LinkedServicesCreateOrUpdateResponse

LinkedServicesCreateOrUpdateResponse: LinkedService

Contains response data for the createOrUpdate operation.

LinkedServicesDeleteResponse

LinkedServicesDeleteResponse: LinkedService

Contains response data for the delete operation.

LinkedServicesGetResponse

LinkedServicesGetResponse: LinkedService

Contains response data for the get operation.

LinkedServicesListByWorkspaceResponse

LinkedServicesListByWorkspaceResponse: LinkedServiceListResult

Contains response data for the listByWorkspace operation.

LinkedStorageAccountsCreateOrUpdateResponse

LinkedStorageAccountsCreateOrUpdateResponse: LinkedStorageAccountsResource

Contains response data for the createOrUpdate operation.

LinkedStorageAccountsGetResponse

LinkedStorageAccountsGetResponse: LinkedStorageAccountsResource

Contains response data for the get operation.

LinkedStorageAccountsListByWorkspaceResponse

LinkedStorageAccountsListByWorkspaceResponse: LinkedStorageAccountsListResult

Contains response data for the listByWorkspace operation.

LinkedStorageAccountsResource

LinkedStorageAccountsResource: ProxyResource & { dataSourceType?: DataSourceType; storageAccountIds?: string[] }

Linked storage accounts top level resource container.

LogAnalyticsQueryPack

LogAnalyticsQueryPack: QueryPacksResource & { provisioningState?: undefined | string; queryPackId?: undefined | string; timeCreated?: Date; timeModified?: Date }

An Log Analytics QueryPack definition.

LogAnalyticsQueryPackQuery

LogAnalyticsQueryPackQuery: AzureResourceProperties & { author?: undefined | string; body?: undefined | string; description?: undefined | string; displayName?: undefined | string; idPropertiesId?: undefined | string; properties?: Record<string, unknown>; related?: LogAnalyticsQueryPackQueryPropertiesRelated; tags?: undefined | {}; timeCreated?: Date; timeModified?: Date }

A Log Analytics QueryPack-Query definition.

ManagementGroupsListResponse

ManagementGroupsListResponse: WorkspaceListManagementGroupsResult

Contains response data for the list operation.

OperationStatusesGetResponse

OperationStatusesGetResponse: OperationStatus

Contains response data for the get operation.

OperationsListNextResponse

OperationsListNextResponse: OperationListResult

Contains response data for the listNext operation.

OperationsListResponse

OperationsListResponse: OperationListResult

Contains response data for the list operation.

ProvisioningStateEnum

ProvisioningStateEnum: string

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

Known values supported by the service

Updating: Table schema is still being built and updated, table is currently locked for any changes till the procedure is done.
InProgress: Table schema is stable and without changes, table data is being updated.
Succeeded: Table state is stable and without changes, table is unlocked and open for new updates.

ProxyResource

ProxyResource: Resource

The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location

PublicNetworkAccessType

PublicNetworkAccessType: string

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

Known values supported by the service

Enabled: Enables connectivity to Log Analytics through public DNS.
Disabled: Disables public connectivity to Log Analytics through public DNS.

PurgeState

PurgeState: string

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

Known values supported by the service

pending
completed

QueriesGetResponse

QueriesGetResponse: LogAnalyticsQueryPackQuery

Contains response data for the get operation.

QueriesListNextResponse

QueriesListNextResponse: LogAnalyticsQueryPackQueryListResult

Contains response data for the listNext operation.

QueriesListResponse

Contains response data for the list operation.

QueriesPutResponse

QueriesPutResponse: LogAnalyticsQueryPackQuery

Contains response data for the put operation.

QueriesSearchNextResponse

QueriesSearchNextResponse: LogAnalyticsQueryPackQueryListResult

Contains response data for the searchNext operation.

QueriesSearchResponse

Contains response data for the search operation.

QueriesUpdateResponse

QueriesUpdateResponse: LogAnalyticsQueryPackQuery

Contains response data for the update operation.

QueryPacksCreateOrUpdateResponse

QueryPacksCreateOrUpdateResponse: LogAnalyticsQueryPack

Contains response data for the createOrUpdate operation.

QueryPacksGetResponse

QueryPacksGetResponse: LogAnalyticsQueryPack

Contains response data for the get operation.

QueryPacksListByResourceGroupNextResponse

QueryPacksListByResourceGroupNextResponse: LogAnalyticsQueryPackListResult

Contains response data for the listByResourceGroupNext operation.

QueryPacksListByResourceGroupResponse

QueryPacksListByResourceGroupResponse: LogAnalyticsQueryPackListResult

Contains response data for the listByResourceGroup operation.

QueryPacksListNextResponse

QueryPacksListNextResponse: LogAnalyticsQueryPackListResult

Contains response data for the listNext operation.

QueryPacksListResponse

QueryPacksListResponse: LogAnalyticsQueryPackListResult

Contains response data for the list operation.

QueryPacksUpdateTagsResponse

QueryPacksUpdateTagsResponse: LogAnalyticsQueryPack

Contains response data for the updateTags operation.

SavedSearch

SavedSearch: ProxyResource & { category: string; displayName: string; etag?: undefined | string; functionAlias?: undefined | string; functionParameters?: undefined | string; query: string; tags?: Tag[]; version?: undefined | number }

Value object for saved search results.

SavedSearchesCreateOrUpdateResponse

SavedSearchesCreateOrUpdateResponse: SavedSearch

Contains response data for the createOrUpdate operation.

SavedSearchesGetResponse

SavedSearchesGetResponse: SavedSearch

Contains response data for the get operation.

SavedSearchesListByWorkspaceResponse

SavedSearchesListByWorkspaceResponse: SavedSearchesListResult

Contains response data for the listByWorkspace operation.

SchemaGetResponse

SchemaGetResponse: SearchGetSchemaResponse

Contains response data for the get operation.

SearchSortEnum

SearchSortEnum: string

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

Known values supported by the service

asc
desc

SharedKeysGetSharedKeysResponse

SharedKeysGetSharedKeysResponse: SharedKeys

Contains response data for the getSharedKeys operation.

SharedKeysRegenerateResponse

SharedKeysRegenerateResponse: SharedKeys

Contains response data for the regenerate operation.

SkuNameEnum

SkuNameEnum: string

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

Known values supported by the service

Free
Standard
Premium
PerNode
PerGB2018
Standalone
CapacityReservation

SourceEnum

SourceEnum: string

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

Known values supported by the service

microsoft: Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means.
customer: Tables created by the owner of the Workspace, and only found in this Workspace.

StorageInsight

StorageInsight: ProxyResource & { containers?: string[]; eTag?: undefined | string; status?: StorageInsightStatus; storageAccount?: StorageAccount; tables?: string[]; tags?: undefined | {} }

The top level storage insight resource container.

StorageInsightConfigsCreateOrUpdateResponse

StorageInsightConfigsCreateOrUpdateResponse: StorageInsight

Contains response data for the createOrUpdate operation.

StorageInsightConfigsGetResponse

StorageInsightConfigsGetResponse: StorageInsight

Contains response data for the get operation.

StorageInsightConfigsListByWorkspaceNextResponse

StorageInsightConfigsListByWorkspaceNextResponse: StorageInsightListResult

Contains response data for the listByWorkspaceNext operation.

StorageInsightConfigsListByWorkspaceResponse

StorageInsightConfigsListByWorkspaceResponse: StorageInsightListResult

Contains response data for the listByWorkspace operation.

StorageInsightState

StorageInsightState: string

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

Known values supported by the service

OK
ERROR

Table

Table: ProxyResource & { archiveRetentionInDays?: undefined | number; lastPlanModifiedDate?: undefined | string; plan?: TablePlanEnum; provisioningState?: ProvisioningStateEnum; restoredLogs?: RestoredLogs; resultStatistics?: ResultStatistics; retentionInDays?: undefined | number; schema?: Schema; searchResults?: SearchResults; systemData?: SystemDataAutoGenerated; totalRetentionInDays?: undefined | number }

Workspace data table definition.

TablePlanEnum

TablePlanEnum: string

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

Known values supported by the service

Basic: Logs that are adjusted to support high volume low value verbose logs.
Analytics: Logs that allow monitoring and analytics.

TableSubTypeEnum

TableSubTypeEnum: string

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

Known values supported by the service

Any: The default subtype with which built-in tables are created.
Classic: Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created.
DataCollectionRuleBased: A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules

TableTypeEnum

TableTypeEnum: string

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

Known values supported by the service

Microsoft: Standard data collected by Azure Monitor.
CustomLog: Custom log table.
RestoredLogs: Restored data.
SearchResults: Data collected by a search job.

TablesCreateOrUpdateResponse

TablesCreateOrUpdateResponse: Table

Contains response data for the createOrUpdate operation.

TablesGetResponse

TablesGetResponse: Table

Contains response data for the get operation.

TablesListByWorkspaceResponse

TablesListByWorkspaceResponse: TablesListResult

Contains response data for the listByWorkspace operation.

TablesUpdateResponse

TablesUpdateResponse: Table

Contains response data for the update operation.

TrackedResource

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

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

Type

Type: string

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

Known values supported by the service

StorageAccount
EventHub

UsagesListResponse

UsagesListResponse: WorkspaceListUsagesResult

Contains response data for the list operation.

Workspace

Workspace: TrackedResource & { createdDate?: undefined | string; customerId?: undefined | string; defaultDataCollectionRuleResourceId?: undefined | string; eTag?: undefined | string; features?: WorkspaceFeatures; forceCmkForQuery?: undefined | false | true; modifiedDate?: undefined | string; privateLinkScopedResources?: PrivateLinkScopedResource[]; provisioningState?: WorkspaceEntityStatus; publicNetworkAccessForIngestion?: PublicNetworkAccessType; publicNetworkAccessForQuery?: PublicNetworkAccessType; retentionInDays?: undefined | number; sku?: WorkspaceSku; systemData?: SystemDataAutoGenerated; workspaceCapping?: WorkspaceCapping }

The top level Workspace resource container.

WorkspaceEntityStatus

WorkspaceEntityStatus: string

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

Known values supported by the service

Creating
Succeeded
Failed
Canceled
Deleting
ProvisioningAccount
Updating

WorkspacePatch

WorkspacePatch: AzureEntityResource & { createdDate?: undefined | string; customerId?: undefined | string; defaultDataCollectionRuleResourceId?: undefined | string; features?: WorkspaceFeatures; forceCmkForQuery?: undefined | false | true; modifiedDate?: undefined | string; privateLinkScopedResources?: PrivateLinkScopedResource[]; provisioningState?: WorkspaceEntityStatus; publicNetworkAccessForIngestion?: PublicNetworkAccessType; publicNetworkAccessForQuery?: PublicNetworkAccessType; retentionInDays?: undefined | number; sku?: WorkspaceSku; tags?: undefined | {}; workspaceCapping?: WorkspaceCapping }

The top level Workspace resource container.

WorkspacePurgeGetPurgeStatusResponse

WorkspacePurgeGetPurgeStatusResponse: WorkspacePurgeStatusResponse

Contains response data for the getPurgeStatus operation.

WorkspacePurgePurgeResponse

WorkspacePurgePurgeResponse: WorkspacePurgePurgeHeaders & WorkspacePurgeResponse

Contains response data for the purge operation.

WorkspaceSkuNameEnum

WorkspaceSkuNameEnum: string

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

Known values supported by the service

Free
Standard
Premium
PerNode
PerGB2018
Standalone
CapacityReservation
LACluster

WorkspacesCreateOrUpdateResponse

WorkspacesCreateOrUpdateResponse: Workspace

Contains response data for the createOrUpdate operation.

WorkspacesGetResponse

WorkspacesGetResponse: Workspace

Contains response data for the get operation.

WorkspacesListByResourceGroupResponse

WorkspacesListByResourceGroupResponse: WorkspaceListResult

Contains response data for the listByResourceGroup operation.

WorkspacesListResponse

WorkspacesListResponse: WorkspaceListResult

Contains response data for the list operation.

WorkspacesUpdateResponse

WorkspacesUpdateResponse: Workspace

Contains response data for the update operation.

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 AssociatedWorkspace

AssociatedWorkspace: object

type

type: object

className

className: string = "AssociatedWorkspace"

name

name: string = "Composite"

modelProperties

modelProperties: object

associateDate

associateDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "associateDate"

type

type: object

name

name: string = "String"

resourceId

resourceId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "resourceId"

type

type: object

name

name: string = "String"

workspaceId

workspaceId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "workspaceId"

type

type: object

name

name: string = "String"

workspaceName

workspaceName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "workspaceName"

type

type: object

name

name: string = "String"

Const AvailableServiceTier

AvailableServiceTier: object

type

type: object

className

className: string = "AvailableServiceTier"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacityReservationLevel

capacityReservationLevel: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "capacityReservationLevel"

type

type: object

name

name: string = "Number"

defaultRetention

defaultRetention: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "defaultRetention"

type

type: object

name

name: string = "Number"

enabled

enabled: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "enabled"

type

type: object

name

name: string = "Boolean"

lastSkuUpdate

lastSkuUpdate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastSkuUpdate"

type

type: object

name

name: string = "String"

maximumRetention

maximumRetention: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "maximumRetention"

type

type: object

name

name: string = "Number"

minimumRetention

minimumRetention: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "minimumRetention"

type

type: object

name

name: string = "Number"

serviceTier

serviceTier: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "serviceTier"

type

type: object

name

name: string = "String"

Const AzureEntityResource

AzureEntityResource: object

type

type: object

className

className: string = "AzureEntityResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

etag

etag: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const AzureResourceProperties

AzureResourceProperties: object

type

type: object

className

className: string = "AzureResourceProperties"

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"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const CapacityReservationProperties

CapacityReservationProperties: object

type

type: object

className

className: string = "CapacityReservationProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

lastSkuUpdate

lastSkuUpdate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastSkuUpdate"

type

type: object

name

name: string = "String"

minCapacity

minCapacity: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "minCapacity"

type

type: object

name

name: string = "Number"

Const Cluster

Cluster: object

type

type: object

className

className: string = "Cluster"

name

name: string = "Composite"

modelProperties

modelProperties: object

associatedWorkspaces

associatedWorkspaces: object

serializedName

serializedName: string = "properties.associatedWorkspaces"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AssociatedWorkspace"

name

name: string = "Composite"

billingType

billingType: object

serializedName

serializedName: string = "properties.billingType"

type

type: object

name

name: string = "String"

capacityReservationProperties

capacityReservationProperties: object

serializedName

serializedName: string = "properties.capacityReservationProperties"

type

type: object

className

className: string = "CapacityReservationProperties"

name

name: string = "Composite"

clusterId

clusterId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.clusterId"

type

type: object

name

name: string = "String"

createdDate

createdDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.createdDate"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

isAvailabilityZonesEnabled

isAvailabilityZonesEnabled: object

serializedName

serializedName: string = "properties.isAvailabilityZonesEnabled"

type

type: object

name

name: string = "Boolean"

isDoubleEncryptionEnabled

isDoubleEncryptionEnabled: object

serializedName

serializedName: string = "properties.isDoubleEncryptionEnabled"

type

type: object

name

name: string = "Boolean"

keyVaultProperties

keyVaultProperties: object

serializedName

serializedName: string = "properties.keyVaultProperties"

type

type: object

className

className: string = "KeyVaultProperties"

name

name: string = "Composite"

lastModifiedDate

lastModifiedDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.lastModifiedDate"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "ClusterSku"

name

name: string = "Composite"

Const ClusterListResult

ClusterListResult: object

type

type: object

className

className: string = "ClusterListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Cluster"

name

name: string = "Composite"

Const ClusterPatch

ClusterPatch: object

type

type: object

className

className: string = "ClusterPatch"

name

name: string = "Composite"

modelProperties

modelProperties: object

billingType

billingType: object

serializedName

serializedName: string = "properties.billingType"

type

type: object

name

name: string = "String"

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

keyVaultProperties

keyVaultProperties: object

serializedName

serializedName: string = "properties.keyVaultProperties"

type

type: object

className

className: string = "KeyVaultProperties"

name

name: string = "Composite"

sku

sku: object

serializedName

serializedName: string = "sku"

type

type: object

className

className: string = "ClusterSku"

name

name: string = "Composite"

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 ClusterSku

ClusterSku: object

type

type: object

className

className: string = "ClusterSku"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacity

capacity: object

serializedName

serializedName: string = "capacity"

type

type: object

allowedValues

allowedValues: number[] = [500, 1000, 2000, 5000]

name

name: string = "Enum"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const Column

Column: object

type

type: object

className

className: string = "Column"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataTypeHint

dataTypeHint: object

serializedName

serializedName: string = "dataTypeHint"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

isDefaultDisplay

isDefaultDisplay: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "isDefaultDisplay"

type

type: object

name

name: string = "Boolean"

isHidden

isHidden: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "isHidden"

type

type: object

name

name: string = "Boolean"

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 CoreSummary

CoreSummary: object

type

type: object

className

className: string = "CoreSummary"

name

name: string = "Composite"

modelProperties

modelProperties: object

numberOfDocuments

numberOfDocuments: object

required

required: boolean = true

serializedName

serializedName: string = "numberOfDocuments"

type

type: object

name

name: string = "Number"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const DataExport

DataExport: object

type

type: object

className

className: string = "DataExport"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdDate

createdDate: object

serializedName

serializedName: string = "properties.createdDate"

type

type: object

name

name: string = "String"

dataExportId

dataExportId: object

serializedName

serializedName: string = "properties.dataExportId"

type

type: object

name

name: string = "String"

enable

enable: object

serializedName

serializedName: string = "properties.enable"

type

type: object

name

name: string = "Boolean"

eventHubName

eventHubName: object

serializedName

serializedName: string = "properties.destination.metaData.eventHubName"

type

type: object

name

name: string = "String"

lastModifiedDate

lastModifiedDate: object

serializedName

serializedName: string = "properties.lastModifiedDate"

type

type: object

name

name: string = "String"

resourceId

resourceId: object

serializedName

serializedName: string = "properties.destination.resourceId"

type

type: object

name

name: string = "String"

tableNames

tableNames: object

serializedName

serializedName: string = "properties.tableNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

typePropertiesDestinationType

typePropertiesDestinationType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.destination.type"

type

type: object

name

name: string = "String"

Const DataExportListResult

DataExportListResult: object

type

type: object

className

className: string = "DataExportListResult"

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 = "DataExport"

name

name: string = "Composite"

Const DataSource

DataSource: object

type

type: object

className

className: string = "DataSource"

name

name: string = "Composite"

modelProperties

modelProperties: object

etag

etag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

kind

kind: object

required

required: boolean = true

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

properties

properties: object

required

required: boolean = true

serializedName

serializedName: string = "properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

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 DataSourceFilter

DataSourceFilter: object

type

type: object

className

className: string = "DataSourceFilter"

name

name: string = "Composite"

modelProperties

modelProperties: object

kind

kind: object

serializedName

serializedName: string = "kind"

type

type: object

name

name: string = "String"

Const DataSourceListResult

DataSourceListResult: object

type

type: object

className

className: string = "DataSourceListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "DataSource"

name

name: string = "Composite"

Const ErrorAdditionalInfo

ErrorAdditionalInfo: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

info

info: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "info"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ErrorDetail

ErrorDetail: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

additionalInfo

additionalInfo: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "additionalInfo"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

target

target: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const ErrorResponse

ErrorResponse: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

Const Identity

Identity: object

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

modelProperties

modelProperties: object

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

tenantId

tenantId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "String"

type

type: object

required

required: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

userAssignedIdentities

userAssignedIdentities: object

serializedName

serializedName: string = "userAssignedIdentities"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "UserIdentityProperties"

name

name: string = "Composite"

Const IntelligencePack

IntelligencePack: object

type

type: object

className

className: string = "IntelligencePack"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

enabled

enabled: object

serializedName

serializedName: string = "enabled"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const KeyVaultProperties

KeyVaultProperties: object

type

type: object

className

className: string = "KeyVaultProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

keyName

keyName: object

serializedName

serializedName: string = "keyName"

type

type: object

name

name: string = "String"

keyRsaSize

keyRsaSize: object

serializedName

serializedName: string = "keyRsaSize"

type

type: object

name

name: string = "Number"

keyVaultUri

keyVaultUri: object

serializedName

serializedName: string = "keyVaultUri"

type

type: object

name

name: string = "String"

keyVersion

keyVersion: object

serializedName

serializedName: string = "keyVersion"

type

type: object

name

name: string = "String"

Const LinkedService

LinkedService: object

type

type: object

className

className: string = "LinkedService"

name

name: string = "Composite"

modelProperties

modelProperties: object

provisioningState

provisioningState: object

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

resourceId

resourceId: object

serializedName

serializedName: string = "properties.resourceId"

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"

writeAccessResourceId

writeAccessResourceId: object

serializedName

serializedName: string = "properties.writeAccessResourceId"

type

type: object

name

name: string = "String"

Const LinkedServiceListResult

LinkedServiceListResult: object

type

type: object

className

className: string = "LinkedServiceListResult"

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 = "LinkedService"

name

name: string = "Composite"

Const LinkedStorageAccountsListResult

LinkedStorageAccountsListResult: object

type

type: object

className

className: string = "LinkedStorageAccountsListResult"

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 = "LinkedStorageAccountsResource"

name

name: string = "Composite"

Const LinkedStorageAccountsResource

LinkedStorageAccountsResource: object

type

type: object

className

className: string = "LinkedStorageAccountsResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

dataSourceType

dataSourceType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.dataSourceType"

type

type: object

allowedValues

allowedValues: string[] = ["CustomLogs","AzureWatson","Query","Ingestion","Alerts"]

name

name: string = "Enum"

storageAccountIds

storageAccountIds: object

serializedName

serializedName: string = "properties.storageAccountIds"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const LogAnalyticsQueryPack

LogAnalyticsQueryPack: object

type

type: object

className

className: string = "LogAnalyticsQueryPack"

name

name: string = "Composite"

modelProperties

modelProperties: object

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

queryPackId

queryPackId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.queryPackId"

type

type: object

name

name: string = "String"

timeCreated

timeCreated: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.timeCreated"

type

type: object

name

name: string = "DateTime"

timeModified

timeModified: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.timeModified"

type

type: object

name

name: string = "DateTime"

Const LogAnalyticsQueryPackListResult

LogAnalyticsQueryPackListResult: object

type

type: object

className

className: string = "LogAnalyticsQueryPackListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "LogAnalyticsQueryPack"

name

name: string = "Composite"

Const LogAnalyticsQueryPackQuery

LogAnalyticsQueryPackQuery: object

type

type: object

className

className: string = "LogAnalyticsQueryPackQuery"

name

name: string = "Composite"

modelProperties

modelProperties: object

author

author: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.author"

type

type: object

name

name: string = "String"

body

body: object

serializedName

serializedName: string = "properties.body"

type

type: object

name

name: string = "String"

description

description: object

serializedName

serializedName: string = "properties.description"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "properties.displayName"

type

type: object

name

name: string = "String"

idPropertiesId

idPropertiesId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.id"

type

type: object

name

name: string = "String"

properties

properties: object

serializedName

serializedName: string = "properties.properties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

related

related: object

serializedName

serializedName: string = "properties.related"

type

type: object

className

className: string = "LogAnalyticsQueryPackQueryPropertiesRelated"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "properties.tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

timeCreated

timeCreated: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.timeCreated"

type

type: object

name

name: string = "DateTime"

timeModified

timeModified: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.timeModified"

type

type: object

name

name: string = "DateTime"

Const LogAnalyticsQueryPackQueryListResult

LogAnalyticsQueryPackQueryListResult: object

type

type: object

className

className: string = "LogAnalyticsQueryPackQueryListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "LogAnalyticsQueryPackQuery"

name

name: string = "Composite"

Const LogAnalyticsQueryPackQueryPropertiesRelated

LogAnalyticsQueryPackQueryPropertiesRelated: object

type

type: object

className

className: string = "LogAnalyticsQueryPackQueryPropertiesRelated"

name

name: string = "Composite"

modelProperties

modelProperties: object

categories

categories: object

serializedName

serializedName: string = "categories"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

resourceTypes

resourceTypes: object

serializedName

serializedName: string = "resourceTypes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

solutions

solutions: object

serializedName

serializedName: string = "solutions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const LogAnalyticsQueryPackQuerySearchProperties

LogAnalyticsQueryPackQuerySearchProperties: object

type

type: object

className

className: string = "LogAnalyticsQueryPackQuerySearchProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

related

related: object

serializedName

serializedName: string = "related"

type

type: object

className

className: string = "LogAnalyticsQueryPackQuerySearchPropertiesRelated"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const LogAnalyticsQueryPackQuerySearchPropertiesRelated

LogAnalyticsQueryPackQuerySearchPropertiesRelated: object

type

type: object

className

className: string = "LogAnalyticsQueryPackQuerySearchPropertiesRelated"

name

name: string = "Composite"

modelProperties

modelProperties: object

categories

categories: object

serializedName

serializedName: string = "categories"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

resourceTypes

resourceTypes: object

serializedName

serializedName: string = "resourceTypes"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

solutions

solutions: object

serializedName

serializedName: string = "solutions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const ManagementGroup

ManagementGroup: object

type

type: object

className

className: string = "ManagementGroup"

name

name: string = "Composite"

modelProperties

modelProperties: object

created

created: object

serializedName

serializedName: string = "properties.created"

type

type: object

name

name: string = "DateTime"

dataReceived

dataReceived: object

serializedName

serializedName: string = "properties.dataReceived"

type

type: object

name

name: string = "DateTime"

id

id: object

serializedName

serializedName: string = "properties.id"

type

type: object

name

name: string = "String"

isGateway

isGateway: object

serializedName

serializedName: string = "properties.isGateway"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "properties.name"

type

type: object

name

name: string = "String"

serverCount

serverCount: object

serializedName

serializedName: string = "properties.serverCount"

type

type: object

name

name: string = "Number"

sku

sku: object

serializedName

serializedName: string = "properties.sku"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "properties.version"

type

type: object

name

name: string = "String"

Const MetricName

MetricName: object

type

type: object

className

className: string = "MetricName"

name

name: string = "Composite"

modelProperties

modelProperties: object

localizedValue

localizedValue: object

serializedName

serializedName: string = "localizedValue"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

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

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const OperationDisplay

OperationDisplay: object

type

type: object

className

className: string = "OperationDisplay"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

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

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 OperationStatus

OperationStatus: object

type

type: object

className

className: string = "OperationStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

endTime

endTime: object

serializedName

serializedName: string = "endTime"

type

type: object

name

name: string = "String"

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

startTime

startTime: object

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const PrivateLinkScopedResource

PrivateLinkScopedResource: object

type

type: object

className

className: string = "PrivateLinkScopedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

resourceId

resourceId: object

serializedName

serializedName: string = "resourceId"

type

type: object

name

name: string = "String"

scopeId

scopeId: object

serializedName

serializedName: string = "scopeId"

type

type: object

name

name: string = "String"

Const ProxyResource

ProxyResource: object

type

type: object

className

className: string = "ProxyResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const QueryPacksResource

QueryPacksResource: object

type

type: object

className

className: string = "QueryPacksResource"

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"

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

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"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

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 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 RestoredLogs

RestoredLogs: object

type

type: object

className

className: string = "RestoredLogs"

name

name: string = "Composite"

modelProperties

modelProperties: object

endRestoreTime

endRestoreTime: object

serializedName

serializedName: string = "endRestoreTime"

type

type: object

name

name: string = "DateTime"

sourceTable

sourceTable: object

serializedName

serializedName: string = "sourceTable"

type

type: object

name

name: string = "String"

startRestoreTime

startRestoreTime: object

serializedName

serializedName: string = "startRestoreTime"

type

type: object

name

name: string = "DateTime"

Const ResultStatistics

ResultStatistics: object

type

type: object

className

className: string = "ResultStatistics"

name

name: string = "Composite"

modelProperties

modelProperties: object

ingestedRecords

ingestedRecords: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "ingestedRecords"

type

type: object

name

name: string = "Number"

progress

progress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "progress"

constraints

constraints: object

MultipleOf

MultipleOf: number = 0.01

type

type: object

name

name: string = "Number"

Const SavedSearch

SavedSearch: object

type

type: object

className

className: string = "SavedSearch"

name

name: string = "Composite"

modelProperties

modelProperties: object

category

category: object

required

required: boolean = true

serializedName

serializedName: string = "properties.category"

type

type: object

name

name: string = "String"

displayName

displayName: object

required

required: boolean = true

serializedName

serializedName: string = "properties.displayName"

type

type: object

name

name: string = "String"

etag

etag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

functionAlias

functionAlias: object

serializedName

serializedName: string = "properties.functionAlias"

type

type: object

name

name: string = "String"

functionParameters

functionParameters: object

serializedName

serializedName: string = "properties.functionParameters"

type

type: object

name

name: string = "String"

query

query: object

required

required: boolean = true

serializedName

serializedName: string = "properties.query"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "properties.tags"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Tag"

name

name: string = "Composite"

version

version: object

serializedName

serializedName: string = "properties.version"

type

type: object

name

name: string = "Number"

Const SavedSearchesListResult

SavedSearchesListResult: object

type

type: object

className

className: string = "SavedSearchesListResult"

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 = "SavedSearch"

name

name: string = "Composite"

Const Schema

Schema: object

type

type: object

className

className: string = "Schema"

name

name: string = "Composite"

modelProperties

modelProperties: object

categories

categories: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "categories"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

columns

columns: object

serializedName

serializedName: string = "columns"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Column"

name

name: string = "Composite"

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

labels

labels: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "labels"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

restoredLogs

restoredLogs: object

serializedName

serializedName: string = "restoredLogs"

type

type: object

className

className: string = "RestoredLogs"

name

name: string = "Composite"

searchResults

searchResults: object

serializedName

serializedName: string = "searchResults"

type

type: object

className

className: string = "SearchResults"

name

name: string = "Composite"

solutions

solutions: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "solutions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

source

source: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "source"

type

type: object

name

name: string = "String"

standardColumns

standardColumns: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "standardColumns"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Column"

name

name: string = "Composite"

tableSubType

tableSubType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tableSubType"

type

type: object

name

name: string = "String"

tableType

tableType: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tableType"

type

type: object

name

name: string = "String"

Const SearchGetSchemaResponse

SearchGetSchemaResponse: object

type

type: object

className

className: string = "SearchGetSchemaResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

metadata

metadata: object

serializedName

serializedName: string = "metadata"

type

type: object

className

className: string = "SearchMetadata"

name

name: string = "Composite"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SearchSchemaValue"

name

name: string = "Composite"

Const SearchMetadata

SearchMetadata: object

type

type: object

className

className: string = "SearchMetadata"

name

name: string = "Composite"

modelProperties

modelProperties: object

aggregatedGroupingFields

aggregatedGroupingFields: object

serializedName

serializedName: string = "aggregatedGroupingFields"

type

type: object

name

name: string = "String"

aggregatedValueField

aggregatedValueField: object

serializedName

serializedName: string = "aggregatedValueField"

type

type: object

name

name: string = "String"

coreSummaries

coreSummaries: object

serializedName

serializedName: string = "coreSummaries"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "CoreSummary"

name

name: string = "Composite"

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

lastUpdated

lastUpdated: object

serializedName

serializedName: string = "lastUpdated"

type

type: object

name

name: string = "DateTime"

max

max: object

serializedName

serializedName: string = "max"

type

type: object

name

name: string = "Number"

requestTime

requestTime: object

serializedName

serializedName: string = "requestTime"

type

type: object

name

name: string = "Number"

resultType

resultType: object

serializedName

serializedName: string = "resultType"

type

type: object

name

name: string = "String"

schema

schema: object

serializedName

serializedName: string = "schema"

type

type: object

className

className: string = "SearchMetadataSchema"

name

name: string = "Composite"

searchId

searchId: object

serializedName

serializedName: string = "requestId"

type

type: object

name

name: string = "String"

sort

sort: object

serializedName

serializedName: string = "sort"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SearchSort"

name

name: string = "Composite"

startTime

startTime: object

serializedName

serializedName: string = "startTime"

type

type: object

name

name: string = "DateTime"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

sum

sum: object

serializedName

serializedName: string = "sum"

type

type: object

name

name: string = "Number"

top

top: object

serializedName

serializedName: string = "top"

type

type: object

name

name: string = "Number"

total

total: object

serializedName

serializedName: string = "total"

type

type: object

name

name: string = "Number"

Const SearchMetadataSchema

SearchMetadataSchema: object

type

type: object

className

className: string = "SearchMetadataSchema"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

version

version: object

serializedName

serializedName: string = "version"

type

type: object

name

name: string = "Number"

Const SearchResults

SearchResults: object

type

type: object

className

className: string = "SearchResults"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

endSearchTime

endSearchTime: object

serializedName

serializedName: string = "endSearchTime"

type

type: object

name

name: string = "DateTime"

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

query

query: object

serializedName

serializedName: string = "query"

type

type: object

name

name: string = "String"

sourceTable

sourceTable: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "sourceTable"

type

type: object

name

name: string = "String"

startSearchTime

startSearchTime: object

serializedName

serializedName: string = "startSearchTime"

type

type: object

name

name: string = "DateTime"

Const SearchSchemaValue

SearchSchemaValue: object

type

type: object

className

className: string = "SearchSchemaValue"

name

name: string = "Composite"

modelProperties

modelProperties: object

displayName

displayName: object

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

facet

facet: object

required

required: boolean = true

serializedName

serializedName: string = "facet"

type

type: object

name

name: string = "Boolean"

indexed

indexed: object

required

required: boolean = true

serializedName

serializedName: string = "indexed"

type

type: object

name

name: string = "Boolean"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

ownerType

ownerType: object

serializedName

serializedName: string = "ownerType"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

stored

stored: object

required

required: boolean = true

serializedName

serializedName: string = "stored"

type

type: object

name

name: string = "Boolean"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const SearchSort

SearchSort: object

type

type: object

className

className: string = "SearchSort"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

order

order: object

serializedName

serializedName: string = "order"

type

type: object

name

name: string = "String"

Const SharedKeys

SharedKeys: object

type

type: object

className

className: string = "SharedKeys"

name

name: string = "Composite"

modelProperties

modelProperties: object

primarySharedKey

primarySharedKey: object

serializedName

serializedName: string = "primarySharedKey"

type

type: object

name

name: string = "String"

secondarySharedKey

secondarySharedKey: object

serializedName

serializedName: string = "secondarySharedKey"

type

type: object

name

name: string = "String"

Const StorageAccount

StorageAccount: object

type

type: object

className

className: string = "StorageAccount"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

key

key: object

required

required: boolean = true

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

Const StorageInsight

StorageInsight: object

type

type: object

className

className: string = "StorageInsight"

name

name: string = "Composite"

modelProperties

modelProperties: object

containers

containers: object

serializedName

serializedName: string = "properties.containers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "properties.status"

type

type: object

className

className: string = "StorageInsightStatus"

name

name: string = "Composite"

storageAccount

storageAccount: object

serializedName

serializedName: string = "properties.storageAccount"

type

type: object

className

className: string = "StorageAccount"

name

name: string = "Composite"

tables

tables: object

serializedName

serializedName: string = "properties.tables"

type

type: object

name

name: string = "Sequence"

element

element: object

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 StorageInsightListResult

StorageInsightListResult: object

type

type: object

className

className: string = "StorageInsightListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

odataNextLink

odataNextLink: object

serializedName

serializedName: string = "@odata\.nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "StorageInsight"

name

name: string = "Composite"

Const StorageInsightStatus

StorageInsightStatus: object

type

type: object

className

className: string = "StorageInsightStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

state

state: object

required

required: boolean = true

serializedName

serializedName: string = "state"

type

type: object

name

name: string = "String"

Const SystemData

SystemData: object

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdAt

createdAt: object

serializedName

serializedName: string = "createdAt"

type

type: object

name

name: string = "DateTime"

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

name

name: string = "String"

createdByType

createdByType: object

serializedName

serializedName: string = "createdByType"

type

type: object

name

name: string = "String"

lastModifiedAt

lastModifiedAt: object

serializedName

serializedName: string = "lastModifiedAt"

type

type: object

name

name: string = "DateTime"

lastModifiedBy

lastModifiedBy: object

serializedName

serializedName: string = "lastModifiedBy"

type

type: object

name

name: string = "String"

lastModifiedByType

lastModifiedByType: object

serializedName

serializedName: string = "lastModifiedByType"

type

type: object

name

name: string = "String"

Const SystemDataAutoGenerated

SystemDataAutoGenerated: object

type

type: object

className

className: string = "SystemDataAutoGenerated"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdAt

createdAt: object

serializedName

serializedName: string = "createdAt"

type

type: object

name

name: string = "DateTime"

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

name

name: string = "String"

createdByType

createdByType: object

serializedName

serializedName: string = "createdByType"

type

type: object

name

name: string = "String"

lastModifiedAt

lastModifiedAt: object

serializedName

serializedName: string = "lastModifiedAt"

type

type: object

name

name: string = "DateTime"

lastModifiedBy

lastModifiedBy: object

serializedName

serializedName: string = "lastModifiedBy"

type

type: object

name

name: string = "String"

lastModifiedByType

lastModifiedByType: object

serializedName

serializedName: string = "lastModifiedByType"

type

type: object

name

name: string = "String"

Const Table

Table: object

type

type: object

className

className: string = "Table"

name

name: string = "Composite"

modelProperties

modelProperties: object

archiveRetentionInDays

archiveRetentionInDays: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.archiveRetentionInDays"

type

type: object

name

name: string = "Number"

lastPlanModifiedDate

lastPlanModifiedDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.lastPlanModifiedDate"

type

type: object

name

name: string = "String"

plan

plan: object

serializedName

serializedName: string = "properties.plan"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

restoredLogs

restoredLogs: object

serializedName

serializedName: string = "properties.restoredLogs"

type

type: object

className

className: string = "RestoredLogs"

name

name: string = "Composite"

resultStatistics

resultStatistics: object

serializedName

serializedName: string = "properties.resultStatistics"

type

type: object

className

className: string = "ResultStatistics"

name

name: string = "Composite"

retentionInDays

retentionInDays: object

serializedName

serializedName: string = "properties.retentionInDays"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 730

InclusiveMinimum

InclusiveMinimum: number = 4

type

type: object

name

name: string = "Number"

schema

schema: object

serializedName

serializedName: string = "properties.schema"

type

type: object

className

className: string = "Schema"

name

name: string = "Composite"

searchResults

searchResults: object

serializedName

serializedName: string = "properties.searchResults"

type

type: object

className

className: string = "SearchResults"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemDataAutoGenerated"

name

name: string = "Composite"

totalRetentionInDays

totalRetentionInDays: object

serializedName

serializedName: string = "properties.totalRetentionInDays"

constraints

constraints: object

InclusiveMaximum

InclusiveMaximum: number = 2555

InclusiveMinimum

InclusiveMinimum: number = 4

type

type: object

name

name: string = "Number"

Const TablesListResult

TablesListResult: object

type

type: object

className

className: string = "TablesListResult"

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 = "Table"

name

name: string = "Composite"

Const Tag

Tag: object

type

type: object

className

className: string = "Tag"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const TagsResource

TagsResource: object

type

type: object

className

className: string = "TagsResource"

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 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 UsageMetric

UsageMetric: object

type

type: object

className

className: string = "UsageMetric"

name

name: string = "Composite"

modelProperties

modelProperties: object

currentValue

currentValue: object

serializedName

serializedName: string = "currentValue"

type

type: object

name

name: string = "Number"

limit

limit: object

serializedName

serializedName: string = "limit"

type

type: object

name

name: string = "Number"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

className

className: string = "MetricName"

name

name: string = "Composite"

nextResetTime

nextResetTime: object

serializedName

serializedName: string = "nextResetTime"

type

type: object

name

name: string = "DateTime"

quotaPeriod

quotaPeriod: object

serializedName

serializedName: string = "quotaPeriod"

type

type: object

name

name: string = "String"

unit

unit: object

serializedName

serializedName: string = "unit"

type

type: object

name

name: string = "String"

Const UserIdentityProperties

UserIdentityProperties: object

type

type: object

className

className: string = "UserIdentityProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

clientId

clientId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "clientId"

type

type: object

name

name: string = "String"

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

Const Workspace

Workspace: object

type

type: object

className

className: string = "Workspace"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdDate

createdDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.createdDate"

type

type: object

name

name: string = "String"

customerId

customerId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.customerId"

type

type: object

name

name: string = "String"

defaultDataCollectionRuleResourceId

defaultDataCollectionRuleResourceId: object

serializedName

serializedName: string = "properties.defaultDataCollectionRuleResourceId"

type

type: object

name

name: string = "String"

eTag

eTag: object

serializedName

serializedName: string = "eTag"

type

type: object

name

name: string = "String"

features

features: object

serializedName

serializedName: string = "properties.features"

type

type: object

className

className: string = "WorkspaceFeatures"

name

name: string = "Composite"

forceCmkForQuery

forceCmkForQuery: object

serializedName

serializedName: string = "properties.forceCmkForQuery"

type

type: object

name

name: string = "Boolean"

modifiedDate

modifiedDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.modifiedDate"

type

type: object

name

name: string = "String"

privateLinkScopedResources

privateLinkScopedResources: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateLinkScopedResources"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateLinkScopedResource"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccessForIngestion

publicNetworkAccessForIngestion: object

defaultValue

defaultValue: string = "Enabled"

serializedName

serializedName: string = "properties.publicNetworkAccessForIngestion"

type

type: object

name

name: string = "String"

publicNetworkAccessForQuery

publicNetworkAccessForQuery: object

defaultValue

defaultValue: string = "Enabled"

serializedName

serializedName: string = "properties.publicNetworkAccessForQuery"

type

type: object

name

name: string = "String"

retentionInDays

retentionInDays: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties.retentionInDays"

type

type: object

name

name: string = "Number"

sku

sku: object

serializedName

serializedName: string = "properties.sku"

type

type: object

className

className: string = "WorkspaceSku"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemDataAutoGenerated"

name

name: string = "Composite"

workspaceCapping

workspaceCapping: object

serializedName

serializedName: string = "properties.workspaceCapping"

type

type: object

className

className: string = "WorkspaceCapping"

name

name: string = "Composite"

Const WorkspaceCapping

WorkspaceCapping: object

type

type: object

className

className: string = "WorkspaceCapping"

name

name: string = "Composite"

modelProperties

modelProperties: object

dailyQuotaGb

dailyQuotaGb: object

serializedName

serializedName: string = "dailyQuotaGb"

type

type: object

name

name: string = "Number"

dataIngestionStatus

dataIngestionStatus: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "dataIngestionStatus"

type

type: object

name

name: string = "String"

quotaNextResetTime

quotaNextResetTime: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "quotaNextResetTime"

type

type: object

name

name: string = "String"

Const WorkspaceFeatures

WorkspaceFeatures: object

type

type: object

className

className: string = "WorkspaceFeatures"

name

name: string = "Composite"

additionalProperties

additionalProperties: object

type

type: object

name

name: string = "Object"

modelProperties

modelProperties: object

clusterResourceId

clusterResourceId: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "clusterResourceId"

type

type: object

name

name: string = "String"

disableLocalAuth

disableLocalAuth: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "disableLocalAuth"

type

type: object

name

name: string = "Boolean"

enableDataExport

enableDataExport: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "enableDataExport"

type

type: object

name

name: string = "Boolean"

enableLogAccessUsingOnlyResourcePermissions

enableLogAccessUsingOnlyResourcePermissions: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "enableLogAccessUsingOnlyResourcePermissions"

type

type: object

name

name: string = "Boolean"

immediatePurgeDataOn30Days

immediatePurgeDataOn30Days: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "immediatePurgeDataOn30Days"

type

type: object

name

name: string = "Boolean"

Const WorkspaceListManagementGroupsResult

WorkspaceListManagementGroupsResult: object

type

type: object

className

className: string = "WorkspaceListManagementGroupsResult"

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 = "ManagementGroup"

name

name: string = "Composite"

Const WorkspaceListResult

WorkspaceListResult: object

type

type: object

className

className: string = "WorkspaceListResult"

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 = "Workspace"

name

name: string = "Composite"

Const WorkspaceListUsagesResult

WorkspaceListUsagesResult: object

type

type: object

className

className: string = "WorkspaceListUsagesResult"

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 = "UsageMetric"

name

name: string = "Composite"

Const WorkspacePatch

WorkspacePatch: object

type

type: object

className

className: string = "WorkspacePatch"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdDate

createdDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.createdDate"

type

type: object

name

name: string = "String"

customerId

customerId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.customerId"

type

type: object

name

name: string = "String"

defaultDataCollectionRuleResourceId

defaultDataCollectionRuleResourceId: object

serializedName

serializedName: string = "properties.defaultDataCollectionRuleResourceId"

type

type: object

name

name: string = "String"

features

features: object

serializedName

serializedName: string = "properties.features"

type

type: object

className

className: string = "WorkspaceFeatures"

name

name: string = "Composite"

forceCmkForQuery

forceCmkForQuery: object

serializedName

serializedName: string = "properties.forceCmkForQuery"

type

type: object

name

name: string = "Boolean"

modifiedDate

modifiedDate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.modifiedDate"

type

type: object

name

name: string = "String"

privateLinkScopedResources

privateLinkScopedResources: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.privateLinkScopedResources"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateLinkScopedResource"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccessForIngestion

publicNetworkAccessForIngestion: object

defaultValue

defaultValue: string = "Enabled"

serializedName

serializedName: string = "properties.publicNetworkAccessForIngestion"

type

type: object

name

name: string = "String"

publicNetworkAccessForQuery

publicNetworkAccessForQuery: object

defaultValue

defaultValue: string = "Enabled"

serializedName

serializedName: string = "properties.publicNetworkAccessForQuery"

type

type: object

name

name: string = "String"

retentionInDays

retentionInDays: object

nullable

nullable: boolean = true

serializedName

serializedName: string = "properties.retentionInDays"

type

type: object

name

name: string = "Number"

sku

sku: object

serializedName

serializedName: string = "properties.sku"

type

type: object

className

className: string = "WorkspaceSku"

name

name: string = "Composite"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

workspaceCapping

workspaceCapping: object

serializedName

serializedName: string = "properties.workspaceCapping"

type

type: object

className

className: string = "WorkspaceCapping"

name

name: string = "Composite"

Const WorkspacePurgeBody

WorkspacePurgeBody: object

type

type: object

className

className: string = "WorkspacePurgeBody"

name

name: string = "Composite"

modelProperties

modelProperties: object

filters

filters: object

required

required: boolean = true

serializedName

serializedName: string = "filters"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "WorkspacePurgeBodyFilters"

name

name: string = "Composite"

table

table: object

required

required: boolean = true

serializedName

serializedName: string = "table"

type

type: object

name

name: string = "String"

Const WorkspacePurgeBodyFilters

WorkspacePurgeBodyFilters: object

type

type: object

className

className: string = "WorkspacePurgeBodyFilters"

name

name: string = "Composite"

modelProperties

modelProperties: object

column

column: object

serializedName

serializedName: string = "column"

type

type: object

name

name: string = "String"

key

key: object

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

operator

operator: object

serializedName

serializedName: string = "operator"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "any"

Const WorkspacePurgePurgeHeaders

WorkspacePurgePurgeHeaders: object

type

type: object

className

className: string = "WorkspacePurgePurgeHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

xMsStatusLocation

xMsStatusLocation: object

serializedName

serializedName: string = "x-ms-status-location"

type

type: object

name

name: string = "String"

Const WorkspacePurgeResponse

WorkspacePurgeResponse: object

type

type: object

className

className: string = "WorkspacePurgeResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

operationId

operationId: object

required

required: boolean = true

serializedName

serializedName: string = "operationId"

type

type: object

name

name: string = "String"

Const WorkspacePurgeStatusResponse

WorkspacePurgeStatusResponse: object

type

type: object

className

className: string = "WorkspacePurgeStatusResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

status

status: object

required

required: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const WorkspaceSku

WorkspaceSku: object

type

type: object

className

className: string = "WorkspaceSku"

name

name: string = "Composite"

modelProperties

modelProperties: object

capacityReservationLevel

capacityReservationLevel: object

serializedName

serializedName: string = "capacityReservationLevel"

type

type: object

allowedValues

allowedValues: number[] = [100, 200, 300, 400, 500, 1000, 2000, 5000]

name

name: string = "Enum"

lastSkuUpdate

lastSkuUpdate: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastSkuUpdate"

type

type: object

name

name: string = "String"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

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 apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2019-09-01"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const apiVersion1

apiVersion1: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2020-08-01"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const apiVersion2

apiVersion2: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2021-06-01"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const apiVersion3

apiVersion3: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2021-12-01-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const asyncOperationId

asyncOperationId: object

parameterPath

parameterPath: string = "asyncOperationId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "asyncOperationId"

type

type: object

name

name: string = "String"

Const body

body: object

mapper

mapper: any = WorkspacePurgeBodyMapper

parameterPath

parameterPath: string = "body"

Const clusterName

clusterName: object

parameterPath

parameterPath: string = "clusterName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "clusterName"

constraints

constraints: object

MaxLength

MaxLength: number = 63

MinLength

MinLength: number = 4

Pattern

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

type

type: object

name

name: string = "String"

Const clusterName1

clusterName1: object

parameterPath

parameterPath: string = "clusterName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "clusterName"

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.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

requestBody

requestBody: any = Parameters.parameters10

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Table

201

201: object

bodyMapper

bodyMapper: any = Mappers.Table

202

202: object

bodyMapper

bodyMapper: any = Mappers.Table

204

204: object

bodyMapper

bodyMapper: any = Mappers.Table

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const dataExportName

dataExportName: object

parameterPath

parameterPath: string = "dataExportName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "dataExportName"

constraints

constraints: object

MaxLength

MaxLength: number = 63

MinLength

MinLength: number = 4

Pattern

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

type

type: object

name

name: string = "String"

Const dataExportName1

dataExportName1: object

parameterPath

parameterPath: string = "dataExportName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "dataExportName"

type

type: object

name

name: string = "String"

Const dataSourceName

dataSourceName: object

parameterPath

parameterPath: string = "dataSourceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "dataSourceName"

type

type: object

name

name: string = "String"

Const dataSourceType

dataSourceType: object

parameterPath

parameterPath: string = "dataSourceType"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "dataSourceType"

type

type: object

allowedValues

allowedValues: string[] = ["CustomLogs","AzureWatson","Query","Ingestion","Alerts"]

name

name: string = "Enum"

Const deleteOperationSpec

deleteOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

serializer

serializer: any

urlParameters

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

responses

responses: object

404

404: {}

Type declaration

200

200: object

bodyMapper

bodyMapper: any = Mappers.LinkedService

201

201: object

bodyMapper

bodyMapper: any = Mappers.LinkedService

202

202: object

bodyMapper

bodyMapper: any = Mappers.LinkedService

204

204: object

bodyMapper

bodyMapper: any = Mappers.LinkedService

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const disableOperationSpec

disableOperationSpec: object

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: {}

Type declaration

Const enableOperationSpec

enableOperationSpec: object

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: {}

Type declaration

Const filter

filter: object

parameterPath

parameterPath: string = "filter"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "$filter"

type

type: object

name

name: string = "String"

Const force

force: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "force"

type

type: object

name

name: string = "Boolean"

Const gatewayId

gatewayId: object

parameterPath

parameterPath: string = "gatewayId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "gatewayId"

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.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Table

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getPurgeStatusOperationSpec

getPurgeStatusOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/operations/{purgeId}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WorkspacePurgeStatusResponse

Const getSharedKeysOperationSpec

getSharedKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/sharedKeys"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SharedKeys

Const id

id: object

parameterPath

parameterPath: string = "id"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const includeBody

includeBody: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "includeBody"

type

type: object

name

name: string = "Boolean"

Const intelligencePackName

intelligencePackName: object

parameterPath

parameterPath: string = "intelligencePackName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "intelligencePackName"

type

type: object

name

name: string = "String"

Const linkedServiceName

linkedServiceName: object

parameterPath

parameterPath: string = "linkedServiceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "linkedServiceName"

type

type: object

name

name: string = "String"

Const listByResourceGroupNextOperationSpec

listByResourceGroupNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion2]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.ClusterListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByResourceGroupOperationSpec

listByResourceGroupOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/deletedWorkspaces"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.WorkspaceListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByWorkspaceNextOperationSpec

listByWorkspaceNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.StorageInsightListResult

Const listByWorkspaceOperationSpec

listByWorkspaceOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: object = Mappers.TablesListResult

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AvailableServiceTier"

name

name: string = "Composite"

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNextOperationSpec

listNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

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.ErrorResponse

Const listOperationSpec

listOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: object = Mappers.WorkspaceListResult

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "IntelligencePack"

name

name: string = "Composite"

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const location

location: object

parameterPath

parameterPath: string = "location"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

Const logAnalyticsQueryPackPayload

logAnalyticsQueryPackPayload: object

mapper

mapper: any = LogAnalyticsQueryPackMapper

parameterPath

parameterPath: string = "logAnalyticsQueryPackPayload"

Const migrateOperationSpec

migrateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}/migrate"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

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 = DataExportMapper

parameterPath

parameterPath: string = "parameters"

Const parameters1

parameters1: object

mapper

mapper: any = DataSourceMapper

parameterPath

parameterPath: string = "parameters"

Const parameters10

parameters10: object

mapper

mapper: any = TableMapper

parameterPath

parameterPath: string = "parameters"

Const parameters2

parameters2: object

mapper

mapper: any = LinkedServiceMapper

parameterPath

parameterPath: string = "parameters"

Const parameters3

parameters3: object

mapper

mapper: any = LinkedStorageAccountsResourceMapper

parameterPath

parameterPath: string = "parameters"

Const parameters4

parameters4: object

mapper

mapper: any = StorageInsightMapper

parameterPath

parameterPath: string = "parameters"

Const parameters5

parameters5: object

mapper

mapper: any = SavedSearchMapper

parameterPath

parameterPath: string = "parameters"

Const parameters6

parameters6: object

mapper

mapper: any = ClusterMapper

parameterPath

parameterPath: string = "parameters"

Const parameters7

parameters7: object

mapper

mapper: any = ClusterPatchMapper

parameterPath

parameterPath: string = "parameters"

Const parameters8

parameters8: object

mapper

mapper: any = WorkspaceMapper

parameterPath

parameterPath: string = "parameters"

Const parameters9

parameters9: object

mapper

mapper: any = WorkspacePatchMapper

parameterPath

parameterPath: string = "parameters"

Const purgeId

purgeId: object

parameterPath

parameterPath: string = "purgeId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "purgeId"

type

type: object

name

name: string = "String"

Const purgeOperationSpec

purgeOperationSpec: object

headerParameters

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

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/purge"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

requestBody

requestBody: any = Parameters.body

serializer

serializer: any

urlParameters

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

responses

responses: object

202

202: object

bodyMapper

bodyMapper: any = Mappers.WorkspacePurgeResponse

headersMapper

headersMapper: any = Mappers.WorkspacePurgePurgeHeaders

Const putOperationSpec

putOperationSpec: 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.OperationalInsights/queryPacks/{queryPackName}/queries/{id}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.queryPayload

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.LogAnalyticsQueryPackQuery

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const queryPackName

queryPackName: object

parameterPath

parameterPath: string = "queryPackName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "queryPackName"

type

type: object

name

name: string = "String"

Const queryPackTags

queryPackTags: object

mapper

mapper: any = TagsResourceMapper

parameterPath

parameterPath: string = "queryPackTags"

Const queryPayload

queryPayload: object

mapper

mapper: any = LogAnalyticsQueryPackQueryMapper

parameterPath

parameterPath: string = "queryPayload"

Const querySearchProperties

querySearchProperties: object

mapper

mapper: any = LogAnalyticsQueryPackQuerySearchPropertiesMapper

parameterPath

parameterPath: string = "querySearchProperties"

Const regenerateOperationSpec

regenerateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "POST"

path

path: string = "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/regenerateSharedKey"

queryParameters

queryParameters: any[] = [Parameters.apiVersion1]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.SharedKeys

Const resourceGroupName

resourceGroupName: object

parameterPath

parameterPath: string = "resourceGroupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceGroupName"

constraints

constraints: object

MaxLength

MaxLength: number = 90

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const savedSearchId

savedSearchId: object

parameterPath

parameterPath: string = "savedSearchId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "savedSearchId"

type

type: object

name

name: string = "String"

Const searchNextOperationSpec

searchNextOperationSpec: object

headerParameters

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

httpMethod

httpMethod: string = "GET"

mediaType

mediaType: string = "json"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion,Parameters.top,Parameters.includeBody,Parameters.skipToken]

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.LogAnalyticsQueryPackQueryListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const searchOperationSpec

searchOperationSpec: object

headerParameters

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

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}/queries/search"

queryParameters

queryParameters: any[] = [Parameters.apiVersion,Parameters.top,Parameters.includeBody,Parameters.skipToken]

requestBody

requestBody: any = Parameters.querySearchProperties

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.LogAnalyticsQueryPackQueryListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const skipToken

skipToken: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$skipToken"

type

type: object

name

name: string = "String"

Const skiptoken

skiptoken: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$skiptoken"

type

type: object

name

name: string = "String"

Const storageInsightName

storageInsightName: object

parameterPath

parameterPath: string = "storageInsightName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "storageInsightName"

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"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const tableName

tableName: object

parameterPath

parameterPath: string = "tableName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "tableName"

type

type: object

name

name: string = "String"

Const top

top: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$top"

type

type: object

name

name: string = "Number"

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.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion3]

requestBody

requestBody: any = Parameters.parameters10

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.Table

201

201: object

bodyMapper

bodyMapper: any = Mappers.Table

202

202: object

bodyMapper

bodyMapper: any = Mappers.Table

204

204: object

bodyMapper

bodyMapper: any = Mappers.Table

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const updateTagsOperationSpec

updateTagsOperationSpec: 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.OperationalInsights/queryPacks/{queryPackName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.queryPackTags

serializer

serializer: any

urlParameters

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

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.LogAnalyticsQueryPack

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const workspaceName

workspaceName: object

parameterPath

parameterPath: string = "workspaceName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "workspaceName"

constraints

constraints: object

MaxLength

MaxLength: number = 63

MinLength

MinLength: number = 4

Pattern

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

type

type: object

name

name: string = "String"

Generated using TypeDoc