Microsoft.ProfessionalService (preview:2023-07-01)

2025/09/26 • 8 new, 8 deleted methods

ProfessionalServiceSubscriptionLevel_ListByAzureSubscription (new)
Description Gets information about all the Subscription Level ProfessionalService in a certain Azure subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ProfessionalService/resources
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_ListByResourceGroup (new)
Description Gets information about all the Subscription Level ProfessionalService in a certain resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_Get (new)
Description Gets information about the specified Subscription Level ProfessionalService.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_CreateOrUpdate (new)
Description Creates or updates a ProfessionalService resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
tags: object ,
location: string ,
properties:
{
offerId: string ,
publisherId: string ,
skuId: string ,
autoRenew: boolean ,
quoteId: string ,
storeFront: string ,
termUnit: string ,
billingPeriod: string ,
}
,
}
,
}

⚐ Response (200)

{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_Delete (new)
Description Deletes the specified ProfessionalService.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_UpdateToUnsubscribed (new)
Description Unsubscribe from a specified Subscription Level ProfessionalService.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}/unsubscribe
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
parameters:
{
unsubscribeOnly: boolean ,
reasonCode: number ,
feedback: string ,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceOperation_Get (new)
Description Gets information about the specified operation progress.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ProfessionalService/operationResults/{operationId}
{
operationId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
operations_List (new)
Description Gets all ProfessionalService app operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ProfessionalService/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
isDataAction: boolean ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_ListByAzureSubscription (removed)
Description Gets information about all the Subscription Level ProfessionalService in a certain Azure subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ProfessionalService/resources
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_ListByResourceGroup (removed)
Description Gets information about all the Subscription Level ProfessionalService in a certain resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_Get (removed)
Description Gets information about the specified Subscription Level ProfessionalService.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_CreateOrUpdate (removed)
Description Creates or updates a ProfessionalService resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
tags: object ,
location: string ,
properties:
{
offerId: string ,
publisherId: string ,
skuId: string ,
autoRenew: boolean ,
quoteId: string ,
storeFront: string ,
termUnit: string ,
billingPeriod: string ,
}
,
}
,
}

⚐ Response (200)

{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_Delete (removed)
Description Deletes the specified ProfessionalService.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceSubscriptionLevel_UpdateToUnsubscribed (removed)
Description Unsubscribe from a specified Subscription Level ProfessionalService.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProfessionalService/resources/{resourceName}/unsubscribe
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
parameters:
{
unsubscribeOnly: boolean ,
reasonCode: number ,
feedback: string ,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ProfessionalServiceOperation_Get (removed)
Description Gets information about the specified operation progress.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ProfessionalService/operationResults/{operationId}
{
operationId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties: object ,
name: string ,
id: string ,
type: string ,
tags: object ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
operations_List (removed)
Description Gets all ProfessionalService app operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ProfessionalService/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
isDataAction: boolean ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}