MockableCommvaultContentStoreSubscriptionResource.ActivateResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolve the token to get the SaaS resource ID and activate the SaaS resource
- Request Path. : /subscriptions/{subscriptionId}/providers/Commvault.ContentStore/activateSaaS.
- Operation Id. : SaaSOperationGroup_ActivateResource.
- Default Api Version. : 2026-07-03-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CommvaultContentStore.Models.SaaSResourceDetailsData> ActivateResource(Azure.WaitUntil waitUntil, Azure.ResourceManager.CommvaultContentStore.Models.ActivateSaaSParameterContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ActivateResource : Azure.WaitUntil * Azure.ResourceManager.CommvaultContentStore.Models.ActivateSaaSParameterContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CommvaultContentStore.Models.SaaSResourceDetailsData>
override this.ActivateResource : Azure.WaitUntil * Azure.ResourceManager.CommvaultContentStore.Models.ActivateSaaSParameterContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CommvaultContentStore.Models.SaaSResourceDetailsData>
Public Overridable Function ActivateResource (waitUntil As WaitUntil, content As ActivateSaaSParameterContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SaaSResourceDetailsData)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- content
- ActivateSaaSParameterContent
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.