Skip to main content

subscription_level_to_unsubscribeds

Creates, updates, deletes, gets or lists a subscription_level_to_unsubscribeds resource.

Overview

Namesubscription_level_to_unsubscribeds
TypeResource
Idazure_extras.saas.subscription_level_to_unsubscribeds

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, resourceNameUnsubscribe from a specified Subscription Level SaaS.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
resourceNamestringThe name of the resource.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

Unsubscribe from a specified Subscription Level SaaS.

EXEC azure_extras.saas.subscription_level_to_unsubscribeds.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@resourceName='{{ resourceName }}' --required
@@json=
'{
"unsubscribeOnly": {{ unsubscribeOnly }},
"reasonCode": {{ reasonCode }},
"feedback": "{{ feedback }}"
}'
;