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
private ContentLibrarySubscriptionDelete(objVAPIContentLibrary: com_vmware_content_library__model, strSubscription: string): void {
let objVAPIContentLibrarySubscriptions: com_vmware_content_library_subscriptions = new com_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.
