OnlineExperimentationWorkspacePatch interface
Partial update of an online experimentation workspace resource.
Properties
| identity | The managed service identities assigned to this resource. |
| properties | Updatable properties of the online experimentation workspace resource. |
| sku | The SKU (Stock Keeping Unit) assigned to this resource. |
| tags | Resource tags. |
Property Details
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentity
Property Value
properties
Updatable properties of the online experimentation workspace resource.
properties?: { encryption?: ResourceEncryptionConfiguration, logAnalyticsWorkspaceResourceId?: string, logsExporterStorageAccountResourceId?: string }
Property Value
{ encryption?: ResourceEncryptionConfiguration, logAnalyticsWorkspaceResourceId?: string, logsExporterStorageAccountResourceId?: string }
sku
The SKU (Stock Keeping Unit) assigned to this resource.
sku?: OnlineExperimentationWorkspaceSku
Property Value
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>