Microsoft.SaaS (preview:2018-03-01-beta)

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

operations_List (new)
Description Gets all SaaS app operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
Applications_List (new)
Description Gets all SaaS resources by subscription id and resource group name.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
nextLink: string ,
value:
[
{
id: string ,
location: string ,
name: string ,
type: string ,
properties:
{
status: enum ,
saasAppPlan:
{
publisher: string ,
product: string ,
name: string ,
}
,
}
,
tags: object ,
}
,
]
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /providers/Microsoft.SaaS/saasresources/{resourceId}
{
resourceId: string ,
api-version: string ,
parameters:
{
unsubscribeOnly: boolean ,
reasonCode: number ,
feedback: string ,
}
,
}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

GET:  /providers/Microsoft.SaaS/saasresources/{resourceId}
{
resourceId: 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 ,
}
,
]
,
}
,
}
SaaS_UpdateResource (new)
Description Updates a SaaS resource.
Reference Link ¶

⚼ Request

PATCH:  /providers/Microsoft.SaaS/saasresources/{resourceId}
{
resourceId: string ,
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
tags: object ,
location: string ,
properties:
{
offerId: string ,
publisherId: string ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaaS_CreateResource (new)
Description Creates a SaaS resource.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.SaaS/saasresources
{
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
tags: object ,
location: string ,
properties:
{
offerId: string ,
publisherId: string ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaasResources_List (new)
Description Get All Resources
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.SaaS/saasresources
{
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 ,
}
,
]
,
}
,
}
SaasResource-listAccessToken (new)
Description Gets the ISV access token for a SaaS resource.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.SaaS/saasresources/{resourceId}/listAccessToken
{
resourceId: string ,
api-version: string ,
}

⚐ Response (200)

{
publisherOfferBaseUri: string ,
token: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_ListByResourceGroup (new)
Description Gets information about all the Subscription Level SaaS in a certain resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_Get (new)
Description Gets information about the specified Subscription Level SaaS.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_CreateOrUpdate (new)
Description Creates or updates a SaaS resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_Update (new)
Description Updates a SaaS Subscription Level resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_Delete (new)
Description Deletes the specified SaaS.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_UpdateToUnsubscribed (new)
Description Unsubscribe from a specified Subscription Level SaaS.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_listAccessToken (new)
Description Gets the ISV access token for a specified Subscription Level SaaS.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/resources/{resourceName}/listAccessToken
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
publisherOfferBaseUri: string ,
token: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_ValidateMoveResources (new)
Description Validate whether a specified Subscription Level SaaS can be moved.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/validateMoveResources
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
moveResourceParameter:
{
targetResourceGroup: string ,
resources:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
moveResourceParameter:
{
targetResourceGroup: string ,
resources:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

GET:  /providers/Microsoft.SaaS/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 SaaS app operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
Applications_List (removed)
Description Gets all SaaS resources by subscription id and resource group name.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
nextLink: string ,
value:
[
{
id: string ,
location: string ,
name: string ,
type: string ,
properties:
{
status: enum ,
saasAppPlan:
{
publisher: string ,
product: string ,
name: string ,
}
,
}
,
tags: object ,
}
,
]
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /providers/Microsoft.SaaS/saasresources/{resourceId}
{
resourceId: string ,
api-version: string ,
parameters:
{
unsubscribeOnly: boolean ,
reasonCode: number ,
feedback: string ,
}
,
}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

GET:  /providers/Microsoft.SaaS/saasresources/{resourceId}
{
resourceId: 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 ,
}
,
]
,
}
,
}
SaaS_UpdateResource (removed)
Description Updates a SaaS resource.
Reference Link ¶

⚼ Request

PATCH:  /providers/Microsoft.SaaS/saasresources/{resourceId}
{
resourceId: string ,
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
tags: object ,
location: string ,
properties:
{
offerId: string ,
publisherId: string ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaaS_CreateResource (removed)
Description Creates a SaaS resource.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.SaaS/saasresources
{
api-version: string ,
parameters:
{
id: string ,
name: string ,
type: string ,
tags: object ,
location: string ,
properties:
{
offerId: string ,
publisherId: string ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaasResources_List (removed)
Description Get All Resources
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.SaaS/saasresources
{
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 ,
}
,
]
,
}
,
}
SaasResource-listAccessToken (removed)
Description Gets the ISV access token for a SaaS resource.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.SaaS/saasresources/{resourceId}/listAccessToken
{
resourceId: string ,
api-version: string ,
}

⚐ Response (200)

{
publisherOfferBaseUri: string ,
token: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_ListByResourceGroup (removed)
Description Gets information about all the Subscription Level SaaS in a certain resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_Get (removed)
Description Gets information about the specified Subscription Level SaaS.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_CreateOrUpdate (removed)
Description Creates or updates a SaaS resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_Update (removed)
Description Updates a SaaS Subscription Level resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
quantity: number ,
skuId: string ,
paymentChannelType: enum ,
paymentChannelMetadata: object ,
saasResourceName: string ,
termId: string ,
autoRenew: boolean ,
publisherTestEnvironment: string ,
saasSubscriptionId: string ,
saasSessionId: 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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_Delete (removed)
Description Deletes the specified SaaS.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_UpdateToUnsubscribed (removed)
Description Unsubscribe from a specified Subscription Level SaaS.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_listAccessToken (removed)
Description Gets the ISV access token for a specified Subscription Level SaaS.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SaaS/resources/{resourceName}/listAccessToken
{
subscriptionId: string ,
resourceGroupName: string ,
resourceName: string ,
api-version: string ,
}

⚐ Response (200)

{
publisherOfferBaseUri: string ,
token: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SaasSubscriptionLevel_ValidateMoveResources (removed)
Description Validate whether a specified Subscription Level SaaS can be moved.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/validateMoveResources
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
moveResourceParameter:
{
targetResourceGroup: string ,
resources:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
moveResourceParameter:
{
targetResourceGroup: string ,
resources:
[
string ,
]
,
}
,
}

⚐ Response (200)

{}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

GET:  /providers/Microsoft.SaaS/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 ,
}
,
]
,
}
,
}