| Description | : Update a Connector |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Connectors_Update",
"$parameters": {
"properties": {
"Description": {
"new": "The type used for update operations of the Connector.",
"old": "A connector is a resource that can be used to proactively report impacts against workloads in Azure to Microsoft."
}
}
}
}
⚼ Request
PATCH:
/subscriptions/{subscriptionId}/providers/Microsoft.Impact/connectors/{connectorName}
{
api-version:
string
,
subscriptionId:
string
,
connectorName:
string
,
properties:
}
{
,
properties:
}
{
,
connectorType:
enum
,
}
⚐ Response (200)
{
properties:
}
{
,
provisioningState:
enum
,
connectorId:
string
,
tenantId:
string
,
connectorType:
enum
,
lastRunTimeStamp:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}