| Description | : Creates or updates an API Management gateway. This is long running operation and could take several minutes to complete. |
| Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}
{
resourceGroupName:
string
,
gatewayName:
string
,
parameters:
{
,
properties:
object
,
sku:
{
,
name:
enum
,
capacity:
integer
,
}
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
location:
string
,
etag:
string
,
}
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
properties:
object
,
sku:
{
,
name:
enum
,
capacity:
integer
,
}
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
location:
string
,
etag:
string
,
}
⚐ Response (201)
{
properties:
object
,
sku:
{
,
name:
enum
,
capacity:
integer
,
}
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
location:
string
,
etag:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}