To use this function add it to the class library file named vCenterVAPIService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: vCenterVAPIService.ts
Function ContentLibrarySubscriptionDelete
privateContentLibrarySubscriptionDelete(objVAPIContentLibrary:com_vmware_content_library__model,strSubscription:string):void{
letobjVAPIContentLibrarySubscriptions:com_vmware_content_library_subscriptions=newcom_vmware_content_library_subscriptions(this.objVAPIClient);
objVAPIContentLibrarySubscriptions.delete(objVAPIContentLibrary.id,strSubscription);
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
