Description | : Patch an experiment workspace |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "OnlineExperimentWorkspaces_Update", "$parameters": { "properties": { "Description": { "new": "Partial update of an online experiment workspace resource.", "old": "An online experiment workspace resource." }, "$properties": [ { "@added_14cfbfe71ae640b29e65ced6608bc10c": { "#name": "tags", "Description": "Resource tags.", "Required": false, "Type": "object" } }, { "#name": "properties", "Description": { "new": "Updatable properties of the online experiment workspace resource.", "old": "The resource-specific properties for this resource." } } ] } } }
⚼ Request
PATCH:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OnlineExperimentation/workspaces/{workspaceName}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
properties:
}
{
,
identity:
{
,
type:
enum
,
userAssignedIdentities:
object
,
}
tags:
object
,
sku:
{
,
name:
enum
,
}
properties:
}
{
,
logAnalyticsWorkspaceResourceId:
string
,
logsExporterStorageAccountResourceId:
string
,
encryption:
}
{
,
customerManagedKeyEncryption:
}
{
,
keyEncryptionKeyIdentity:
{
,
identityType:
enum
,
userAssignedIdentityResourceId:
string
,
federatedClientId:
string
,
}
keyEncryptionKeyUrl:
string
,
}
⚐ Response (200)
{
properties:
{
,
workspaceId:
string
,
provisioningState:
enum
,
logAnalyticsWorkspaceResourceId:
string
,
logsExporterStorageAccountResourceId:
string
,
appConfigurationResourceId:
string
,
encryption:
{
,
customerManagedKeyEncryption:
}
{
,
keyEncryptionKeyIdentity:
{
,
identityType:
enum
,
userAssignedIdentityResourceId:
string
,
federatedClientId:
string
,
}
keyEncryptionKeyUrl:
string
,
}
endpoint:
string
,
}
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
sku:
}
{
,
name:
enum
,
tier:
enum
,
}
⚐ Response (202)
{
location:
string
,
retry-after:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}